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 ECKeyValueTypeObjectFactory. createECKeyValueType()Create an instance ofECKeyValueTypeMethods 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 ECKeyValueTypeECKeyValueSecurityToken. ecKeyValueTypeMethods in org.apache.xml.security.stax.impl.securityToken with parameters of type ECKeyValueType Modifier and Type Method Description private java.security.PublicKeyECKeyValueSecurityToken. buildPublicKey(ECKeyValueType ecKeyValueType)Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type ECKeyValueType Constructor Description ECKeyValueSecurityToken(ECKeyValueType ecKeyValueType, InboundSecurityContext inboundSecurityContext)
-