Class EncryptionAlgorithms

java.lang.Object
com.itextpdf.signatures.EncryptionAlgorithms

public class EncryptionAlgorithms extends Object
Class that contains a map with the different encryption algorithms.
  • Constructor Details

    • EncryptionAlgorithms

      public EncryptionAlgorithms()
  • Method Details

    • getAlgorithm

      public static String getAlgorithm (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")