Package | Description |
---|---|
org.apache.xml.security.encryption |
Provides classes for implementing XML Encryption applications.
|
org.apache.xml.security.keys |
general key related material.
|
org.apache.xml.security.signature |
XML Signature specific classes.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
EncryptedType.getKeyInfo()
Returns the
ds:KeyInfo , that carries information about the
key used to encrypt the data. |
KeyInfo |
AgreementMethod.getOriginatorKeyInfo()
Returns information relating to the originator's shared secret.
|
KeyInfo |
AgreementMethod.getRecipientKeyInfo()
Returns information relating to the recipient's shared secret.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setKeyInfo(KeyInfo info)
Sets the encryption key information.
|
void |
AgreementMethod.setOriginatorKeyInfo(KeyInfo keyInfo)
Sets the information relating to the originator's shared secret.
|
void |
AgreementMethod.setRecipientKeyInfo(KeyInfo keyInfo)
Sets the information relating to the recipient's shared secret.
|
Modifier and Type | Method and Description |
---|---|
static void |
KeyUtils.prinoutKeyInfo(KeyInfo ki,
PrintStream os)
Method prinoutKeyInfo
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
XMLSignature.getKeyInfo()
Returns the KeyInfo child.
|
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.