| Package | Description |
|---|---|
| com.entrust.toolkit.xencrypt.core |
Contains classes used to encrypt and decrypt XML elements and sets of
XML elements.
|
| iaik.ixsil.core |
| Modifier and Type | Field and Description |
|---|---|
protected XMLEInit |
EncryptionHandler.m_XMLEInit
Holds the XMLEInit initializer instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformImplDecryption.setInitializer(XMLEInit initializer)
Allows the Toolkit to initialize the transform for decrypting XML content.
|
| Constructor and Description |
|---|
Decryptor(XMLEInit initializer)
Initializes the Toolkit to decrypt external binary data.
|
Decryptor(XMLEInit initializer,
java.io.InputStream document)
Parses an encrypted XML document to a DOM tree and initializes the Toolkit to decrypt
DOM elements within that document.
|
Encryptor(XMLEInit initializer)
Creates a new XML DOM Document.
|
Encryptor(XMLEInit initializer,
java.io.InputStream document)
Parses an XML document to a DOM tree and initializes the Toolkit to encrypt DOM
elements within the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Verifier.setXMLEinitializer(XMLEInit initializer)
Initializes this Verifier instance so it can decrypt.
|