- wrappedKey
- the wrapped key to unwrap.
- wrappedKeyAlgorithm
- the algorithm for the wrapped key.
- wrappedKeyType
- the type of the wrapped key (one of: SECRET_KEY, PRIVATE_KEY or PUBLIC_KEY)
Documentation for this section has not yet been entered.
Type Reason Java.Security.InvalidKeyException if the wrappedKey cannot be unwrapped to a key of type wrappedKeyType for the wrappedKeyAlgorithm. Java.Security.NoSuchAlgorithmException if no provider can be found that can create a key of type wrappedKeyType for the wrappedKeyAlgorithm.
Unwraps a key using this cipher instance.
This method has been added to this class (for backwards compatibility, it cannot be abstract). If this method is not overridden, it throws an UnsupportedOperationException.