Uses of Enum Class
com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
Packages that use StandardDecrypter.EncryptionAlgorithm
-
Uses of StandardDecrypter.EncryptionAlgorithm in com.sun.pdfview.decrypt
Subclasses with type arguments of type StandardDecrypter.EncryptionAlgorithm in com.sun.pdfview.decryptModifier and TypeClassDescriptionstatic enumDescribes an encryption algorithm to be used, declaring not only the cipher type, but also key generation techniquesMethods in com.sun.pdfview.decrypt that return StandardDecrypter.EncryptionAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.StandardDecrypter.EncryptionAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sun.pdfview.decrypt with parameters of type StandardDecrypter.EncryptionAlgorithmModifierConstructorDescriptionStandardDecrypter(StandardDecrypter.EncryptionAlgorithm encryptionAlgorithm, PDFObject documentId, int keyBitLength, int revision, byte[] oValue, byte[] uValue, int pValue, boolean encryptMetadata, PDFPassword password) Class constructor