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 KeyInfoTypeSignatureType. keyInfoMethods in org.apache.xml.security.binding.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoTypeObjectFactory. createKeyInfoType()Create an instance ofKeyInfoTypeKeyInfoTypeSignatureType. 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)voidSignatureType. 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 KeyInfoTypeEncryptedType. keyInfoMethods in org.apache.xml.security.binding.xmlenc that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. 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)voidEncryptedType. 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 KeyInfoTypeAbstractDecryptInputProcessor. keyInfoTypeConstructors 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 InboundSecurityTokenSecurityTokenFactoryImpl. 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 InboundSecurityTokenSecurityTokenFactory. getSecurityToken(KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-