Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityConstants.AlgorithmUsage
-
-
Uses of XMLSecurityConstants.AlgorithmUsage in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as XMLSecurityConstants.AlgorithmUsage Modifier and Type Field Description static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. Asym_Key_Wrap
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. Asym_Sig
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. Enc
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. EncDig
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. SigC14n
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. SigDig
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. SigTransform
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. Sym_Key_Wrap
static XMLSecurityConstants.AlgorithmUsage
XMLSecurityConstants. Sym_Sig
-
Uses of XMLSecurityConstants.AlgorithmUsage in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken with parameters of type XMLSecurityConstants.AlgorithmUsage Modifier and Type Method Description protected java.security.Key
AbstractInboundSecurityToken. getKey(java.lang.String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, java.lang.String correlationID)
protected java.security.PublicKey
AbstractInboundSecurityToken. getPubKey(java.lang.String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, java.lang.String correlationID)
java.security.PublicKey
AbstractInboundSecurityToken. getPublicKey(java.lang.String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, java.lang.String correlationID)
java.security.Key
AbstractInboundSecurityToken. getSecretKey(java.lang.String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, java.lang.String correlationID)
-
Uses of XMLSecurityConstants.AlgorithmUsage in org.apache.xml.security.stax.securityEvent
Fields in org.apache.xml.security.stax.securityEvent declared as XMLSecurityConstants.AlgorithmUsage Modifier and Type Field Description private XMLSecurityConstants.AlgorithmUsage
AlgorithmSuiteSecurityEvent. algorithmUsage
Methods in org.apache.xml.security.stax.securityEvent that return XMLSecurityConstants.AlgorithmUsage Modifier and Type Method Description XMLSecurityConstants.AlgorithmUsage
AlgorithmSuiteSecurityEvent. getAlgorithmUsage()
Methods in org.apache.xml.security.stax.securityEvent with parameters of type XMLSecurityConstants.AlgorithmUsage Modifier and Type Method Description void
AlgorithmSuiteSecurityEvent. setAlgorithmUsage(XMLSecurityConstants.AlgorithmUsage algorithmUsage)
-
Uses of XMLSecurityConstants.AlgorithmUsage in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken with parameters of type XMLSecurityConstants.AlgorithmUsage Modifier and Type Method Description java.security.PublicKey
InboundSecurityToken. getPublicKey(java.lang.String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, java.lang.String correlationID)
Returns the public key if one exist for this token typejava.security.Key
InboundSecurityToken. getSecretKey(java.lang.String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, java.lang.String correlationID)
Returns the secret key
-