Uses of Class
org.c02e.jpgpj.Decryptor.VerificationType
-
Packages that use Decryptor.VerificationType Package Description org.c02e.jpgpj -
-
Uses of Decryptor.VerificationType in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as Decryptor.VerificationType Modifier and Type Field Description static Decryptor.VerificationTypeDecryptor. DEFAULT_VERIFICATION_TYPEprotected Decryptor.VerificationTypeDecryptor. verificationTypeMethods in org.c02e.jpgpj that return Decryptor.VerificationType Modifier and Type Method Description Decryptor.VerificationTypeDecryptor. getVerificationType()Type of signature verification.static Decryptor.VerificationTypeDecryptor.VerificationType. valueOf(java.lang.String name)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.VerificationType Modifier and Type Method Description voidDecryptor. setVerificationType(Decryptor.VerificationType x)Type of signature verification.DecryptorDecryptor. withVerificationType(Decryptor.VerificationType x)Type of signature verification.
-