Uses of Class
org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier
Packages that use SecurityTokenConstants.KeyIdentifier
Package
Description
-
Uses of SecurityTokenConstants.KeyIdentifier in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as SecurityTokenConstants.KeyIdentifierFields in org.apache.xml.security.stax.ext with type parameters of type SecurityTokenConstants.KeyIdentifierModifier and TypeFieldDescriptionprivate List
<SecurityTokenConstants.KeyIdentifier> XMLSecurityProperties.signatureKeyIdentifiers
Methods in org.apache.xml.security.stax.ext that return SecurityTokenConstants.KeyIdentifierModifier and TypeMethodDescriptionXMLSecurityProperties.getEncryptionKeyIdentifier()
returns the KeyIdentifierType which will be used in the secured documentXMLSecurityProperties.getSignatureKeyIdentifier()
Deprecated.Methods in org.apache.xml.security.stax.ext that return types with arguments of type SecurityTokenConstants.KeyIdentifierMethods in org.apache.xml.security.stax.ext with parameters of type SecurityTokenConstants.KeyIdentifierModifier and TypeMethodDescriptionvoid
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.KeyIdentifierModifier and TypeMethodDescriptionvoid
XMLSecurityProperties.setSignatureKeyIdentifiers
(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.KeyIdentifierMethods in org.apache.xml.security.stax.impl.securityToken that return SecurityTokenConstants.KeyIdentifierModifier and TypeMethodDescriptionAbstractInboundSecurityToken.getKeyIdentifier()
GenericOutboundSecurityToken.getKeyIdentifier()
Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type SecurityTokenConstants.KeyIdentifierModifierConstructorDescriptionAbstractInboundSecurityToken
(InboundSecurityContext inboundSecurityContext, String id, SecurityTokenConstants.KeyIdentifier keyIdentifier, boolean includedInMessage) protected
X509SecurityToken
(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, 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.KeyIdentifierModifier and TypeFieldDescriptionstatic final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_EncryptedKey
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_IssuerSerial
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_KeyName
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_KeyValue
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_NoKeyInfo
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_SkiKeyIdentifier
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_X509KeyIdentifier
static final SecurityTokenConstants.KeyIdentifier
SecurityTokenConstants.KeyIdentifier_X509SubjectName
Methods in org.apache.xml.security.stax.securityToken that return SecurityTokenConstants.KeyIdentifier