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.VerificationType
Decryptor.DEFAULT_VERIFICATION_TYPE
protected Decryptor.VerificationType
Decryptor.verificationType
Methods in org.c02e.jpgpj that return Decryptor.VerificationTypeModifier and TypeMethodDescriptionDecryptor.getVerificationType()
Type of signature verification.static Decryptor.VerificationType
Returns 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 TypeMethodDescriptionvoid
Decryptor.setVerificationType
(Decryptor.VerificationType x) Type of signature verification.Decryptor.withVerificationType
(Decryptor.VerificationType x) Type of signature verification.