|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.security.algorithms.encryption.helper.AESWrapper
Constructor Summary | |
AESWrapper(javax.crypto.Cipher aesCipher)
Constructor AESWrapper |
Method Summary | |
byte[] |
unwrap(byte[] wrappedKey,
java.security.Key wrapKey)
Method unwrap |
byte[] |
wrap(java.security.Key keyToBeWrappedK,
java.security.Key wrapKey,
byte[] IV)
Method wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AESWrapper(javax.crypto.Cipher aesCipher)
aesCipher
- Method Detail |
public byte[] wrap(java.security.Key keyToBeWrappedK, java.security.Key wrapKey, byte[] IV) throws XMLSecurityException
keyToBeWrappedK
- wrapKey
- IV
-
XMLSecurityException
public byte[] unwrap(byte[] wrappedKey, java.security.Key wrapKey) throws InvalidCipherTextException, XMLSecurityException
wrappedKey
- wrapKey
-
InvalidCipherTextException
XMLSecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |