Ejemplo n.º 1
0
 public AesWrapKeyDecryptionAlgorithm(String encodedKey) {
   this(CryptoUtils.decodeSequence(encodedKey));
 }