public class PGPSymmetricKeyEncryptedData extends PGPEncryptedData
PGPEncryptedData.TruncatedStream
AES_128, AES_192, AES_256, BLOWFISH, CAMELLIA_128, CAMELLIA_192, CAMELLIA_256, CAST5, DES, IDEA, NULL, SAFER, TRIPLE_DES, TWOFISH
EAX, GCM, OCB
Modifier | Constructor and Description |
---|---|
protected |
PGPSymmetricKeyEncryptedData(InputStreamPacket encData) |
Modifier and Type | Method and Description |
---|---|
protected java.io.InputStream |
createDecryptionStream(PGPDataDecryptorFactory dataDecryptorFactory,
PGPSessionKey sessionKey) |
getAlgorithm, getInputStream, getVersion, isAEAD, isIntegrityProtected, verify
protected PGPSymmetricKeyEncryptedData(InputStreamPacket encData)
protected java.io.InputStream createDecryptionStream(PGPDataDecryptorFactory dataDecryptorFactory, PGPSessionKey sessionKey) throws PGPException
PGPException