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