|
Bouncy Castle Cryptography 1.26 | ||||||||
| 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 |
| Fields inherited from interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags |
AES_128, AES_192, AES_256, BLOWFISH, CAST5, DES, IDEA, NULL, SAFER, TRIPLE_DES, TWOFISH |
| Method Summary | |
java.io.InputStream |
getDataStream(PGPPrivateKey privKey,
java.lang.String provider)
Return the decrypted data stream for the packet. |
long |
getKeyID()
Return the keyID for the key used to encrypt the data. |
| 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 java.io.InputStream getDataStream(PGPPrivateKey privKey,
java.lang.String provider)
throws PGPException,
java.security.NoSuchProviderException
privKey - provider - PGPException - java.security.NoSuchProviderException -
|
Bouncy Castle Cryptography 1.26 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||