Package com.itextpdf.text.pdf.security
Class EncryptionAlgorithms
- java.lang.Object
-
- com.itextpdf.text.pdf.security.EncryptionAlgorithms
-
public class EncryptionAlgorithms extends java.lang.Object
Class that contains a map with the different encryption algorithms.
-
-
Constructor Summary
Constructors Constructor Description EncryptionAlgorithms()
-
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.
-