- decryptKey
- the key to decrypt the encrypted data with.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if no usable cipher can be found to decrypt the encrypted data. Java.Security.InvalidKeyException if decryptKey is not usable to decrypt the encrypted data. Java.Lang.NullPointerException if decryptKey is null.
Returns the PKCS8EncodedKeySpec object extracted from the encrypted data.