Class EncryptionAlgorithms


  • public class EncryptionAlgorithms
    extends java.lang.Object
    Class that contains a map with the different encryption algorithms.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getAlgorithm​(java.lang.String oid)
      Gets the algorithm name for a certain id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncryptionAlgorithms

        public EncryptionAlgorithms()
    • Method Detail

      • getAlgorithm

        public static java.lang.String getAlgorithm​(java.lang.String oid)
        Gets the algorithm name for a certain id.
        Parameters:
        oid - an id (for instance "1.2.840.113549.1.1.1")
        Returns:
        an algorithm name (for instance "RSA")