Uses of Class
org.apache.xml.security.keys.KeyInfo
-
Packages that use KeyInfo Package Description org.apache.xml.security.encryption org.apache.xml.security.signature -
-
Uses of KeyInfo in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyInfo Modifier and Type Method Description KeyInfoEncryptedType. getKeyInfo()Returns theds:KeyInfo, that carries information about the key used to encrypt the data.KeyInfoAgreementMethod. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.KeyInfoAgreementMethod. getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Methods in org.apache.xml.security.encryption with parameters of type KeyInfo Modifier and Type Method Description voidEncryptedType. setKeyInfo(KeyInfo info)Sets the encryption key information.voidAgreementMethod. setOriginatorKeyInfo(KeyInfo keyInfo)Sets the information relating to the originator's shared secret.voidAgreementMethod. setRecipientKeyInfo(KeyInfo keyInfo)Sets the information relating to the recipient's shared secret. -
Uses of KeyInfo in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that return KeyInfo Modifier and Type Method Description KeyInfoXMLSignature. getKeyInfo()Returns the KeyInfo child.
-