Uses of Class
org.c02e.jpgpj.Decryptor
-
Packages that use Decryptor Package Description org.c02e.jpgpj -
-
Uses of Decryptor in org.c02e.jpgpj
Methods in org.c02e.jpgpj that return Decryptor Modifier and Type Method Description Decryptor
Decryptor. clone()
Decryptor
Decryptor. withCopyFileBufferSize(int copyFileBufferSize)
Decryptor
Decryptor. withLoggingEnabled(boolean enabled)
Decryptor
Decryptor. withMaxFileBufferSize(int maxFileBufferSize)
Decryptor
Decryptor. withRing(Ring x)
Decryptor
Decryptor. withSymmetricPassphrase(java.lang.String x)
Decryptor
Decryptor. withSymmetricPassphraseChars(char[] x)
Decryptor
Decryptor. withVerificationRequired(boolean x)
Decryptor
Decryptor. withVerificationType(Decryptor.VerificationType x)
Type of signature verification.
-