|
Bouncy Castle Cryptography 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPEncryptedData | +--org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
A public key encrypted data object.
Inner classes inherited from class org.bouncycastle.openpgp.PGPEncryptedData |
PGPEncryptedData.TruncatedStream |
Method Summary | |
java.io.InputStream |
getDataStream(org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactory dataDecryptorFactory)
Open an input stream which will provide the decrypted data protected by this object. |
long |
getKeyID()
Return the keyID for the key used to encrypt the data. |
int |
getSymmetricAlgorithm(org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactory dataDecryptorFactory)
Return the symmetric key algorithm required to decrypt the data protected by this object. |
Methods inherited from class org.bouncycastle.openpgp.PGPEncryptedData |
getInputStream,
isIntegrityProtected,
verify |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public long getKeyID()
public int getSymmetricAlgorithm(org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactory dataDecryptorFactory) throws PGPException
dataDecryptorFactory
- decryptor factory to use to recover the session data.encryption algorithm
used to
encrypt this object.public java.io.InputStream getDataStream(org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactory dataDecryptorFactory) throws PGPException
dataDecryptorFactory
- decryptor factory to use to recover the session data and provide the stream.
|
Bouncy Castle Cryptography 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |