Uses of Class
com.pd4ml.pdf.cos.security.PdfEncryptor.Algorithm
-
Packages that use PdfEncryptor.Algorithm Package Description com.pd4ml.pdf.cos.security -
-
Uses of PdfEncryptor.Algorithm in com.pd4ml.pdf.cos.security
Methods in com.pd4ml.pdf.cos.security that return PdfEncryptor.Algorithm Modifier and Type Method Description static PdfEncryptor.AlgorithmPdfEncryptor.Algorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfEncryptor.Algorithm[]PdfEncryptor.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pd4ml.pdf.cos.security with parameters of type PdfEncryptor.Algorithm Modifier and Type Method Description PdfEncryptor.OptionsPdfEncryptor.Options. algorithm(PdfEncryptor.Algorithm algorithm)
-