public class PGPSymmetricKeyEncryptedData extends PGPEncryptedData
PGPEncryptedData.TruncatedStreamAES_128, AES_192, AES_256, BLOWFISH, CAMELLIA_128, CAMELLIA_192, CAMELLIA_256, CAST5, DES, IDEA, NULL, SAFER, TRIPLE_DES, TWOFISHEAX, 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, verifyprotected PGPSymmetricKeyEncryptedData(InputStreamPacket encData)
protected java.io.InputStream createDecryptionStream(PGPDataDecryptorFactory dataDecryptorFactory, PGPSessionKey sessionKey) throws PGPException
PGPException