public AesWrapKeyDecryptionAlgorithm(String encodedKey) {
   this(CryptoUtils.decodeSequence(encodedKey));
 }