decrypt Input Stream
Perform Cryptographic decryption of an input stream using provided cipher key.
Return
InputStream containing the encryption of inputStream using PNConfiguration.getCipherKey
Parameters
input Stream
InputStream to be encrypted.
Throws
Pub Nub Exception
Throws exception in case of failed decryption.
Perform Cryptographic decryption of an input stream using provided cipher key.
Return
InputStream containing the encryption of inputStream using cipherKey.
Parameters
input Stream
InputStream to be encrypted.
cipher Key
Cipher key to be used for decryption.
Throws
Pub Nub Exception
Throws exception in case of failed decryption.