Uses of Class
org.apache.xml.security.binding.xmldsig.RSAKeyValueType
-
Packages that use RSAKeyValueType Package Description org.apache.xml.security.binding.xmldsig org.apache.xml.security.stax.impl.securityToken -
-
Uses of RSAKeyValueType in org.apache.xml.security.binding.xmldsig
Methods in org.apache.xml.security.binding.xmldsig that return RSAKeyValueType Modifier and Type Method Description RSAKeyValueType
ObjectFactory. createRSAKeyValueType()
Create an instance ofRSAKeyValueType
Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type RSAKeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<RSAKeyValueType>
ObjectFactory. createRSAKeyValue(RSAKeyValueType value)
Methods in org.apache.xml.security.binding.xmldsig with parameters of type RSAKeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<RSAKeyValueType>
ObjectFactory. createRSAKeyValue(RSAKeyValueType value)
-
Uses of RSAKeyValueType in org.apache.xml.security.stax.impl.securityToken
Fields in org.apache.xml.security.stax.impl.securityToken declared as RSAKeyValueType Modifier and Type Field Description private RSAKeyValueType
RsaKeyValueSecurityToken. rsaKeyValueType
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type RSAKeyValueType Modifier and Type Method Description private java.security.PublicKey
RsaKeyValueSecurityToken. buildPublicKey(RSAKeyValueType rsaKeyValueType)
Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type RSAKeyValueType Constructor Description RsaKeyValueSecurityToken(RSAKeyValueType rsaKeyValueType, InboundSecurityContext inboundSecurityContext)
-