Uses of Class
org.apache.xml.security.keys.KeyInfo
-
Packages that use KeyInfo Package Description org.apache.xml.security.encryption org.apache.xml.security.keys org.apache.xml.security.keys.keyresolver.implementations org.apache.xml.security.signature -
-
Uses of KeyInfo in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption declared as KeyInfo Modifier and Type Field Description private KeyInfoXMLCipher.Factory.EncryptedTypeImpl. keyInfoprivate KeyInfoXMLCipher.Factory.AgreementMethodImpl. originatorKeyInfoprivate KeyInfoXMLCipher.Factory.AgreementMethodImpl. recipientKeyInfoMethods 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.KeyInfoXMLCipher.Factory.EncryptedTypeImpl. getKeyInfo()KeyInfoAgreementMethod. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.KeyInfoXMLCipher.Factory.AgreementMethodImpl. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.KeyInfoAgreementMethod. getRecipientKeyInfo()Returns information relating to the recipient's shared secret.KeyInfoXMLCipher.Factory.AgreementMethodImpl. getRecipientKeyInfo()Returns information relating to the recipient's shared secret.(package private) KeyInfoXMLCipher.Factory. newKeyInfo(org.w3c.dom.Element element)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.voidXMLCipher.Factory.EncryptedTypeImpl. setKeyInfo(KeyInfo info)voidAgreementMethod. setOriginatorKeyInfo(KeyInfo keyInfo)Sets the information relating to the originator's shared secret.voidXMLCipher.Factory.AgreementMethodImpl. 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.voidXMLCipher.Factory.AgreementMethodImpl. 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 Modifier and Type Method Description static voidKeyUtils. prinoutKeyInfo(KeyInfo ki, java.io.PrintStream os)Method prinoutKeyInfo -
Uses of KeyInfo in org.apache.xml.security.keys.keyresolver.implementations
Methods in org.apache.xml.security.keys.keyresolver.implementations that return KeyInfo Modifier and Type Method Description private KeyInfoKeyInfoReferenceResolver. resolveReferentKeyInfo(org.w3c.dom.Element element, java.lang.String baseURI, StorageResolver storage)Resolve the KeyInfoReference Element's URI attribute into a KeyInfo instance. -
Uses of KeyInfo in org.apache.xml.security.signature
Fields in org.apache.xml.security.signature declared as KeyInfo Modifier and Type Field Description private KeyInfoXMLSignature. keyInfods:Signature.ds:KeyInfoMethods in org.apache.xml.security.signature that return KeyInfo Modifier and Type Method Description KeyInfoXMLSignature. getKeyInfo()Returns the KeyInfo child.
-