Package com.itextpdf.signatures
Class EncryptionAlgorithms
java.lang.Object
com.itextpdf.signatures.EncryptionAlgorithms
Class that contains a map with the different encryption algorithms.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getAlgorithm
(String oid) Gets the algorithm name for a certain id.
-
Constructor Details
-
EncryptionAlgorithms
public EncryptionAlgorithms()
-
-
Method Details
-
getAlgorithm
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")
-