Uses of Class
org.apache.xml.security.binding.xmldsig11.ECKeyValueType
-
Packages that use ECKeyValueType Package Description org.apache.xml.security.binding.xmldsig11 org.apache.xml.security.stax.impl.securityToken -
-
Uses of ECKeyValueType in org.apache.xml.security.binding.xmldsig11
Methods in org.apache.xml.security.binding.xmldsig11 that return ECKeyValueType Modifier and Type Method Description ECKeyValueType
ObjectFactory. createECKeyValueType()
Create an instance ofECKeyValueType
Methods in org.apache.xml.security.binding.xmldsig11 that return types with arguments of type ECKeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<ECKeyValueType>
ObjectFactory. createECKeyValue(ECKeyValueType value)
Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type ECKeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<ECKeyValueType>
ObjectFactory. createECKeyValue(ECKeyValueType value)
-
Uses of ECKeyValueType in org.apache.xml.security.stax.impl.securityToken
Fields in org.apache.xml.security.stax.impl.securityToken declared as ECKeyValueType Modifier and Type Field Description private ECKeyValueType
ECKeyValueSecurityToken. ecKeyValueType
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type ECKeyValueType Modifier and Type Method Description private java.security.PublicKey
ECKeyValueSecurityToken. buildPublicKey(ECKeyValueType ecKeyValueType)
Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type ECKeyValueType Constructor Description ECKeyValueSecurityToken(ECKeyValueType ecKeyValueType, InboundSecurityContext inboundSecurityContext)
-