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 DecryptorDecryptor. clone()DecryptorDecryptor. withCopyFileBufferSize(int copyFileBufferSize)DecryptorDecryptor. withLoggingEnabled(boolean enabled)DecryptorDecryptor. withMaxFileBufferSize(int maxFileBufferSize)DecryptorDecryptor. withRing(Ring x)DecryptorDecryptor. withSymmetricPassphrase(java.lang.String x)DecryptorDecryptor. withSymmetricPassphraseChars(char[] x)DecryptorDecryptor. withVerificationRequired(boolean x)DecryptorDecryptor. withVerificationType(Decryptor.VerificationType x)Type of signature verification.
-