Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
IKeyWrappingAlgorithm | Constants and visible methods available to all GNU Key Wrapping Algorithm implementations. |
Class Summary | |
AESKeyWrap | The GNU implementation of the AES Key Wrap Algorithm as described in [1]. |
BaseKeyWrappingAlgorithm | A base class to facilitate implementation of concrete Key Wrapping Algorithms. |
KeyWrappingAlgorithmFactory | A Factory class for the Key Wrapping Algorithm implementations. |
TripleDESKeyWrap | The GNU implementation of the Triple DES Key Wrap Algorithm as described in [1]. |
Exception Summary | |
KeyUnwrappingException | A checked security exception to denote an unexpected problem while unwrapping key material with a Key Wrapping Algorithm. |