- c
- the cipher to decrypt the data.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if deserialization fails. Java.Lang.ClassNotFoundException if deserialization fails. Javax.Crypto.IllegalBlockSizeException if the specified cipher is a block cipher and the length of the serialized data is not a multiple of the ciphers block size. Javax.Crypto.BadPaddingException if the padding of the data does not match the padding scheme.
Returns the wrapped object, decrypting it using the specified cipher.