Uses of Class
org.apache.xml.security.binding.xmldsig.KeyInfoType
Packages that use KeyInfoType
Package
Description
-
Uses of KeyInfoType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as KeyInfoTypeMethods in org.apache.xml.security.binding.xmldsig that return KeyInfoTypeModifier and TypeMethodDescriptionObjectFactory.createKeyInfoType()Create an instance ofKeyInfoTypeSignatureType.getKeyInfo()Gets the value of the keyInfo property.Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type KeyInfoTypeMethods in org.apache.xml.security.binding.xmldsig with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionObjectFactory.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 KeyInfoTypeMethods in org.apache.xml.security.binding.xmlenc that return KeyInfoTypeModifier and TypeMethodDescriptionEncryptedType.getKeyInfo()Gets the value of the keyInfo property.Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type KeyInfoTypeModifier and TypeMethodDescriptionObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value) ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value) Methods in org.apache.xml.security.binding.xmlenc with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value) 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 KeyInfoTypeModifier and TypeFieldDescriptionprivate final KeyInfoTypeAbstractDecryptInputProcessor.keyInfoTypeConstructors in org.apache.xml.security.stax.impl.processor.input with parameters of type KeyInfoTypeModifierConstructorDescriptionAbstractDecryptInputProcessor(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 KeyInfoTypeModifier and TypeMethodDescriptionSecurityTokenFactoryImpl.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 KeyInfoTypeModifier and TypeMethodDescriptionabstract InboundSecurityTokenSecurityTokenFactory.getSecurityToken(KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)