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
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 TypeMethodDescriptionvoidXMLSecurityProperties.setEncryptionKeyIdentifier(SecurityTokenConstants.KeyIdentifier encryptionKeyIdentifier) Specifies the KeyIdentifierType to use in the secured documentvoidXMLSecurityProperties.setSignatureKeyIdentifier(SecurityTokenConstants.KeyIdentifier signatureKeyIdentifier) Method parameters in org.apache.xml.security.stax.ext with type arguments of type SecurityTokenConstants.KeyIdentifierModifier and TypeMethodDescriptionvoidXMLSecurityProperties.setSignatureKeyIdentifiers(List<SecurityTokenConstants.KeyIdentifier> signatureKeyIdentifiers) -
Uses of SecurityTokenConstants.KeyIdentifier in org.apache.xml.security.stax.impl.securityToken
Methods 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) protectedX509SecurityToken(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.KeyIdentifierSecurityTokenConstants.KeyIdentifier_EncryptedKeystatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_IssuerSerialstatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_KeyNamestatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_KeyValuestatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_NoKeyInfostatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_SkiKeyIdentifierstatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_X509KeyIdentifierstatic final SecurityTokenConstants.KeyIdentifierSecurityTokenConstants.KeyIdentifier_X509SubjectNameMethods in org.apache.xml.security.stax.securityToken that return SecurityTokenConstants.KeyIdentifier