Uses of Class
org.apache.xml.security.binding.xmldsig.KeyValueType
-
Packages that use KeyValueType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.stax.impl.securityToken -
-
Uses of KeyValueType in org.apache.xml.security.binding.xmldsig
Methods in org.apache.xml.security.binding.xmldsig that return KeyValueType Modifier and Type Method Description KeyValueType
ObjectFactory. createKeyValueType()
Create an instance ofKeyValueType
Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type KeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyValueType>
ObjectFactory. createKeyValue(KeyValueType value)
Methods in org.apache.xml.security.binding.xmldsig with parameters of type KeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyValueType>
ObjectFactory. createKeyValue(KeyValueType value)
-
Uses of KeyValueType in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type KeyValueType Modifier and Type Method Description private static InboundSecurityToken
SecurityTokenFactoryImpl. getSecurityToken(KeyValueType keyValueType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext, SecurityTokenConstants.KeyUsage keyUsage)
-