Ejemplo n.º 1
0
 public AesWrapKeyDecryptionAlgorithm(byte[] secretKey) {
   this(CryptoUtils.createSecretKeySpec(secretKey, Algorithm.AES_WRAP_ALGO_JAVA));
 }