Uses of Enum
org.c02e.jpgpj.Decryptor.VerificationType
Packages that use Decryptor.VerificationType
-
Uses of Decryptor.VerificationType in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as Decryptor.VerificationTypeModifier and TypeFieldDescriptionstatic final Decryptor.VerificationTypeDecryptor.DEFAULT_VERIFICATION_TYPEprotected Decryptor.VerificationTypeDecryptor.verificationTypeMethods in org.c02e.jpgpj that return Decryptor.VerificationTypeModifier and TypeMethodDescriptionDecryptor.getVerificationType()Type of signature verification.static Decryptor.VerificationTypeReturns the enum constant of this type with the specified name.static Decryptor.VerificationType[]Decryptor.VerificationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.c02e.jpgpj with parameters of type Decryptor.VerificationTypeModifier and TypeMethodDescriptionvoidDecryptor.setVerificationType(Decryptor.VerificationType x) Type of signature verification.Decryptor.withVerificationType(Decryptor.VerificationType x) Type of signature verification.