|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.engines.RFC3394WrapEngine | +--org.bouncycastle.crypto.engines.AESWrapEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification.
For further details see: https://csrc.nist.gov/encryption/kms/key-wrap.pdf.
Constructor Summary | |
AESWrapEngine()
Create a regular AESWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping. |
|
AESWrapEngine(boolean useReverseDirection)
Create an AESWrapEngine where the underlying cipher is (optionally) set to decrypt for wrapping, encrypt for unwrapping. |
Methods inherited from class org.bouncycastle.crypto.engines.RFC3394WrapEngine |
getAlgorithmName, init, unwrap, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AESWrapEngine()
public AESWrapEngine(boolean useReverseDirection)
useReverseDirection
- true if underlying cipher should be used in decryption mode, false otherwise.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |