151152153154155156157158159160161
if (IV != null && IV.length != 8) { throw new XMLSecurityException("empty"); } AESWrapper aw = new AESWrapper(this._cipher); return aw.wrap(contentKey, wrapKey, IV); } /** * Method engineUnwrap *