Uses of Class
org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier
-
Packages that use SecurityTokenConstants.KeyIdentifier Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl.securityToken org.apache.xml.security.stax.securityToken -
-
Uses of SecurityTokenConstants.KeyIdentifier in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as SecurityTokenConstants.KeyIdentifier Modifier and Type Field Description private SecurityTokenConstants.KeyIdentifier
XMLSecurityProperties. encryptionKeyIdentifier
Fields in org.apache.xml.security.stax.ext with type parameters of type SecurityTokenConstants.KeyIdentifier Modifier and Type Field Description private java.util.List<SecurityTokenConstants.KeyIdentifier>
XMLSecurityProperties. signatureKeyIdentifiers
Methods in org.apache.xml.security.stax.ext that return SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description SecurityTokenConstants.KeyIdentifier
XMLSecurityProperties. getEncryptionKeyIdentifier()
returns the KeyIdentifierType which will be used in the secured documentSecurityTokenConstants.KeyIdentifier
XMLSecurityProperties. getSignatureKeyIdentifier()
Deprecated.Methods in org.apache.xml.security.stax.ext that return types with arguments of type SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description java.util.List<SecurityTokenConstants.KeyIdentifier>
XMLSecurityProperties. getSignatureKeyIdentifiers()
Methods in org.apache.xml.security.stax.ext with parameters of type SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description void
XMLSecurityProperties. setEncryptionKeyIdentifier(SecurityTokenConstants.KeyIdentifier encryptionKeyIdentifier)
Specifies the KeyIdentifierType to use in the secured documentvoid
XMLSecurityProperties. setSignatureKeyIdentifier(SecurityTokenConstants.KeyIdentifier signatureKeyIdentifier)
Method parameters in org.apache.xml.security.stax.ext with type arguments of type SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description void
XMLSecurityProperties. setSignatureKeyIdentifiers(java.util.List<SecurityTokenConstants.KeyIdentifier> signatureKeyIdentifiers)
-
Uses of SecurityTokenConstants.KeyIdentifier in org.apache.xml.security.stax.impl.securityToken
Fields in org.apache.xml.security.stax.impl.securityToken declared as SecurityTokenConstants.KeyIdentifier Modifier and Type Field Description private SecurityTokenConstants.KeyIdentifier
AbstractInboundSecurityToken. keyIdentifier
Methods in org.apache.xml.security.stax.impl.securityToken that return SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description SecurityTokenConstants.KeyIdentifier
AbstractInboundSecurityToken. getKeyIdentifier()
SecurityTokenConstants.KeyIdentifier
GenericOutboundSecurityToken. getKeyIdentifier()
Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type SecurityTokenConstants.KeyIdentifier Constructor Description AbstractInboundSecurityToken(InboundSecurityContext inboundSecurityContext, java.lang.String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage)
X509SecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, java.lang.String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage)
-
Uses of SecurityTokenConstants.KeyIdentifier in org.apache.xml.security.stax.securityToken
Fields in org.apache.xml.security.stax.securityToken declared as SecurityTokenConstants.KeyIdentifier Modifier and Type Field Description static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_EncryptedKey
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_IssuerSerial
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_KeyName
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_KeyValue
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_NoKeyInfo
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_SkiKeyIdentifier
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_X509KeyIdentifier
static SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants. KeyIdentifier_X509SubjectName
Methods in org.apache.xml.security.stax.securityToken that return SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description SecurityTokenConstants.KeyIdentifier
SecurityToken. getKeyIdentifier()
Returns the KeyIdentifier
-