getDataStream(PGPPrivateKey privKey, String provider) Return the decrypted data stream for the packet.
Parameters: privKey - private key to use Parameters: provider - provider to use for private key and symmetric key decryption.
getDataStream(PGPPrivateKey privKey, String asymProvider, String provider) Return the decrypted data stream for the packet.
Parameters: privKey - private key to use. Parameters: asymProvider - asymetric provider to use with private key. Parameters: provider - provider to use for symmetric algorithm.
public long
getKeyID() Return the keyID for the key used to encrypt the data.
Return the decrypted data stream for the packet.
Parameters: privKey - private key to use Parameters: provider - provider to use for private key and symmetric key decryption. InputStream throws: PGPException - throws: NoSuchProviderException -
Return the decrypted data stream for the packet.
Parameters: privKey - private key to use. Parameters: asymProvider - asymetric provider to use with private key. Parameters: provider - provider to use for symmetric algorithm. InputStream throws: PGPException - throws: NoSuchProviderException -