decrypt
Perform Cryptographic decryption of an input string using cipher key provided by PNConfiguration.cipherKey.
Return
String containing the decryption of inputString using cipherKey.
Parameters
input String
String to be decrypted.
Throws
Pub Nub Exception
throws exception in case of failed decryption.
Perform Cryptographic decryption of an input string using a cipher key.
Return
String containing the decryption of inputString using cipherKey.
Parameters
input String
String to be decrypted.
cipher Key
cipher key to be used for decryption. Default is PNConfiguration.cipherKey
Throws
Pub Nub Exception
throws exception in case of failed decryption.