- key
- the key to decrypt the data.
- provider
- the name of the provider that provides the cipher algorithm.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if deserialization fails. Java.Lang.ClassNotFoundException if deserialization fails. Java.Security.NoSuchAlgorithmException if the algorithm used to decrypt the data is not available. Java.Security.NoSuchProviderException if the specified provider is not available. Java.Security.InvalidKeyException if the specified key cannot be used to decrypt the data.
Returns the wrapped object, decrypting it using the specified key. The specified provider is used to retrieve the cipher algorithm.