- 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 can not 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. Java.Lang.IllegalStateException if this cipher instance is not initialized for unwrapping.
Unwraps a key using this cipher instance.