Esempio n. 1
0
 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType)
     throws InvalidKeyException, NoSuchAlgorithmException {
   return cipher.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType);
 }