See: Description
| Interface | Description |
|---|---|
| EncryptionAlgorithm |
Defines the common behavior of encryption algorithms used by XMLE.
|
| KeyWrapAlgorithm |
Defines the common behavior of key wrap algorithms used by XMLE.
|
| Class | Description |
|---|---|
| EncryptionAlgorithmFactory |
This is the base class for
EncryptionAlgorithmFactory implementations. |
| EncryptionAlgorithmFactoryDefaultImpl |
This class is an implementation of the
EncryptionAlgorithmFactory. |
| EncryptionAlgorithmImpl3DES |
Implements the
EncryptionAlgorithm interface,
making the Toolkit's Triple DES implementation available for use in
XML encryption. |
| EncryptionAlgorithmImplAES |
Implements the
EncryptionAlgorithm interface,
making the Toolkit's AES implementation available for use in XML encryption. |
| EncryptionAlgorithmImplRSA |
Implements the
EncryptionAlgorithm interface,
making the Toolkit's RSA implementations available for use in XML
encryption. |
| KeyWrapAlgorithmFactory |
This is the base class for
KeyWrapAlgorithmFactory implementations. |
| KeyWrapAlgorithmFactoryDefaultImpl |
This class is an implementation of the
KeyWrapAlgorithmFactory. |
| KeyWrapAlgorithmImpl3DES |
Implements the
KeyWrapAlgorithm interface, so the Toolkit's
Triple DES key wrap implementation is made available for XML encryption. |
| KeyWrapAlgorithmImplAES |
Implements the
KeyWrapAlgorithm interface, so the Toolkit's
AES key wrap implementation is made available for XML encryption. |
Contains an interface and classes that define the behaviour of encryption algorithms used in XML encryption.
| � 2001 - 2010 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust, Inc. in certain countries. All Entrust product names and logos are trademarks or registered trademarks of Entrust, Inc. in certain countries. All other company and product names and logos are trademarks or registered trademarks of their respective owners in certain countries. Portions of this product are Copyright © 1997-2003 IAIK. All rights reserved. This product includes software developed by the Institute for Applied Information Processing and Communications Technology, an institute of the Graz Technical University. The information is subject to change as Entrust reserves the right to, without notice, make changes to its products as progress in engineering or manufacturing methods or circumstances may warrant. |
![]() |