Uses of Class
org.apache.xml.security.binding.xmldsig.DSAKeyValueType
-
Packages that use DSAKeyValueType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.stax.impl.securityToken -
-
Uses of DSAKeyValueType in org.apache.xml.security.binding.xmldsig
Methods in org.apache.xml.security.binding.xmldsig that return DSAKeyValueType Modifier and Type Method Description DSAKeyValueTypeObjectFactory. createDSAKeyValueType()Create an instance ofDSAKeyValueTypeMethods in org.apache.xml.security.binding.xmldsig that return types with arguments of type DSAKeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<DSAKeyValueType>ObjectFactory. createDSAKeyValue(DSAKeyValueType value)Methods in org.apache.xml.security.binding.xmldsig with parameters of type DSAKeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<DSAKeyValueType>ObjectFactory. createDSAKeyValue(DSAKeyValueType value) -
Uses of DSAKeyValueType in org.apache.xml.security.stax.impl.securityToken
Fields in org.apache.xml.security.stax.impl.securityToken declared as DSAKeyValueType Modifier and Type Field Description private DSAKeyValueTypeDsaKeyValueSecurityToken. dsaKeyValueTypeMethods in org.apache.xml.security.stax.impl.securityToken with parameters of type DSAKeyValueType Modifier and Type Method Description private java.security.PublicKeyDsaKeyValueSecurityToken. buildPublicKey(DSAKeyValueType dsaKeyValueType)Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type DSAKeyValueType Constructor Description DsaKeyValueSecurityToken(DSAKeyValueType dsaKeyValueType, InboundSecurityContext inboundSecurityContext)
-