|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfo | |
---|---|
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. |
Uses of KeyInfo in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return KeyInfo | |
---|---|
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()
Retruns information relating to the recipient's shared secret. |
Methods in org.apache.xml.security.encryption with parameters of type KeyInfo | |
---|---|
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. |
Uses of KeyInfo in org.apache.xml.security.keys |
---|
Methods in org.apache.xml.security.keys with parameters of type KeyInfo | |
---|---|
static void |
KeyUtils.prinoutKeyInfo(KeyInfo ki,
java.io.PrintStream os)
Method prinoutKeyInfo |
Uses of KeyInfo in org.apache.xml.security.signature |
---|
Methods in org.apache.xml.security.signature that return KeyInfo | |
---|---|
KeyInfo |
XMLSignature.getKeyInfo()
Returns the KeyInfo child. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |