Uses of Class
org.apache.xml.security.keys.KeyInfo
Packages that use KeyInfo
Package
Description
-
Uses of KeyInfo in org.apache.xml.security.encryption
Fields in org.apache.xml.security.encryption declared as KeyInfoModifier and TypeFieldDescriptionprivate KeyInfo
XMLCipher.Factory.EncryptedTypeImpl.keyInfo
private KeyInfo
XMLCipher.Factory.AgreementMethodImpl.originatorKeyInfo
private KeyInfo
XMLCipher.Factory.AgreementMethodImpl.recipientKeyInfo
Methods in org.apache.xml.security.encryption that return KeyInfoModifier and TypeMethodDescriptionEncryptedType.getKeyInfo()
Returns theds:KeyInfo
, that carries information about the key used to encrypt the data.XMLCipher.Factory.EncryptedTypeImpl.getKeyInfo()
AgreementMethod.getOriginatorKeyInfo()
Returns information relating to the originator's shared secret.XMLCipher.Factory.AgreementMethodImpl.getOriginatorKeyInfo()
Returns information relating to the originator's shared secret.AgreementMethod.getRecipientKeyInfo()
Returns information relating to the recipient's shared secret.XMLCipher.Factory.AgreementMethodImpl.getRecipientKeyInfo()
Returns information relating to the recipient's shared secret.(package private) KeyInfo
XMLCipher.Factory.newKeyInfo
(Element element) Methods in org.apache.xml.security.encryption with parameters of type KeyInfoModifier and TypeMethodDescriptionvoid
EncryptedType.setKeyInfo
(KeyInfo info) Sets the encryption key information.void
XMLCipher.Factory.EncryptedTypeImpl.setKeyInfo
(KeyInfo info) void
AgreementMethod.setOriginatorKeyInfo
(KeyInfo keyInfo) Sets the information relating to the originator's shared secret.void
XMLCipher.Factory.AgreementMethodImpl.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.void
XMLCipher.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 KeyInfoModifier and TypeMethodDescriptionstatic void
KeyUtils.prinoutKeyInfo
(KeyInfo ki, 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 KeyInfoModifier and TypeMethodDescriptionprivate KeyInfo
KeyInfoReferenceResolver.resolveReferentKeyInfo
(Element element, 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 KeyInfoMethods in org.apache.xml.security.signature that return KeyInfo