Uses of Class
org.apache.xml.security.binding.xmldsig.X509DataType
-
Packages that use X509DataType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.stax.impl.securityToken -
-
Uses of X509DataType in org.apache.xml.security.binding.xmldsig
Methods in org.apache.xml.security.binding.xmldsig that return X509DataType Modifier and Type Method Description X509DataTypeObjectFactory. createX509DataType()Create an instance ofX509DataTypeMethods in org.apache.xml.security.binding.xmldsig that return types with arguments of type X509DataType Modifier and Type Method Description javax.xml.bind.JAXBElement<X509DataType>ObjectFactory. createX509Data(X509DataType value)Methods in org.apache.xml.security.binding.xmldsig with parameters of type X509DataType Modifier and Type Method Description javax.xml.bind.JAXBElement<X509DataType>ObjectFactory. createX509Data(X509DataType value) -
Uses of X509DataType in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type X509DataType Modifier and Type Method Description private static InboundSecurityTokenSecurityTokenFactoryImpl. getSecurityToken(X509DataType x509DataType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext, SecurityTokenConstants.KeyUsage keyUsage)
-