Uses of Class
org.apache.xml.security.binding.xmldsig.KeyInfoType
-
-
Uses of KeyInfoType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as KeyInfoType Modifier and Type Field Description protected KeyInfoType
SignatureType. keyInfo
Methods in org.apache.xml.security.binding.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoType
ObjectFactory. createKeyInfoType()
Create an instance ofKeyInfoType
KeyInfoType
SignatureType. getKeyInfo()
Gets the value of the keyInfo property.Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>
ObjectFactory. createKeyInfo(KeyInfoType value)
Methods in org.apache.xml.security.binding.xmldsig with parameters of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>
ObjectFactory. createKeyInfo(KeyInfoType value)
void
SignatureType. setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as KeyInfoType Modifier and Type Field Description protected KeyInfoType
EncryptedType. keyInfo
Methods in org.apache.xml.security.binding.xmlenc that return KeyInfoType Modifier and Type Method Description KeyInfoType
EncryptedType. getKeyInfo()
Gets the value of the keyInfo property.Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>
ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
javax.xml.bind.JAXBElement<KeyInfoType>
ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
Methods in org.apache.xml.security.binding.xmlenc with parameters of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>
ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
javax.xml.bind.JAXBElement<KeyInfoType>
ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
void
EncryptedType. setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.apache.xml.security.stax.impl.processor.input
Fields in org.apache.xml.security.stax.impl.processor.input declared as KeyInfoType Modifier and Type Field Description private KeyInfoType
AbstractDecryptInputProcessor. keyInfoType
Constructors in org.apache.xml.security.stax.impl.processor.input with parameters of type KeyInfoType Constructor Description AbstractDecryptInputProcessor(KeyInfoType keyInfoType, ReferenceList referenceList, XMLSecurityProperties securityProperties)
-
Uses of KeyInfoType in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type KeyInfoType Modifier and Type Method Description InboundSecurityToken
SecurityTokenFactoryImpl. getSecurityToken(KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-
Uses of KeyInfoType in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken with parameters of type KeyInfoType Modifier and Type Method Description abstract InboundSecurityToken
SecurityTokenFactory. getSecurityToken(KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-