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 DSAKeyValueType
ObjectFactory. createDSAKeyValueType()
Create an instance ofDSAKeyValueType
Methods 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 DSAKeyValueType
DsaKeyValueSecurityToken. dsaKeyValueType
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type DSAKeyValueType Modifier and Type Method Description private java.security.PublicKey
DsaKeyValueSecurityToken. buildPublicKey(DSAKeyValueType dsaKeyValueType)
Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type DSAKeyValueType Constructor Description DsaKeyValueSecurityToken(DSAKeyValueType dsaKeyValueType, InboundSecurityContext inboundSecurityContext)
-