Uses of Class
org.c02e.jpgpj.Encryptor
Packages that use Encryptor
-
Uses of Encryptor in org.c02e.jpgpj
Methods in org.c02e.jpgpj that return EncryptorModifier and TypeMethodDescriptionEncryptor.clone()
Encryptor.withArmoredHeader
(String name, String value) Encryptor.withArmoredHeaders
(Map<String, String> headers) Encryptor.withAsciiArmored
(boolean x) Encryptor.withCompressionAlgorithm
(CompressionAlgorithm x) Encryptor.withCompressionLevel
(int x) Encryptor.withDeriviationAlgorithm
(HashingAlgorithm x) Encryptor.withEncryptionAlgorithm
(EncryptionAlgorithm x) Encryptor.withKeyDeriviationWorkFactor
(int x) Encryptor.withLoggingEnabled
(boolean enabled) Encryptor.withMaxFileBufferSize
(int maxFileBufferSize) Encryptor.withRemoveDefaultArmoredVersionHeader
(boolean x) Encryptor.withSigningAlgorithm
(HashingAlgorithm x) Encryptor.withSymmetricPassphrase
(String x) Encryptor.withSymmetricPassphraseChars
(char[] x) Methods in org.c02e.jpgpj with parameters of type EncryptorModifier and TypeMethodDescriptionvoid
EncryptedAsciiArmorHeadersCallback.prepareAsciiArmoredHeaders
(Encryptor encryptor, FileMetadata meta, EncryptedAsciiArmorHeadersManipulator manipulator) Invoked by the encryptor after updating the settings with the configured global headers.