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.KeyIdentifierXMLSecurityProperties. encryptionKeyIdentifierFields 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. signatureKeyIdentifiersMethods in org.apache.xml.security.stax.ext that return SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description SecurityTokenConstants.KeyIdentifierXMLSecurityProperties. getEncryptionKeyIdentifier()returns the KeyIdentifierType which will be used in the secured documentSecurityTokenConstants.KeyIdentifierXMLSecurityProperties. 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 voidXMLSecurityProperties. 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.KeyIdentifier Modifier and Type Method Description voidXMLSecurityProperties. 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.KeyIdentifierAbstractInboundSecurityToken. keyIdentifierMethods in org.apache.xml.security.stax.impl.securityToken that return SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description SecurityTokenConstants.KeyIdentifierAbstractInboundSecurityToken. getKeyIdentifier()SecurityTokenConstants.KeyIdentifierGenericOutboundSecurityToken. 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.KeyIdentifierSecurityTokenConstants. KeyIdentifier_EncryptedKeystatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_IssuerSerialstatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_KeyNamestatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_KeyValuestatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_NoKeyInfostatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_SkiKeyIdentifierstatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_X509KeyIdentifierstatic SecurityTokenConstants.KeyIdentifierSecurityTokenConstants. KeyIdentifier_X509SubjectNameMethods in org.apache.xml.security.stax.securityToken that return SecurityTokenConstants.KeyIdentifier Modifier and Type Method Description SecurityTokenConstants.KeyIdentifierSecurityToken. getKeyIdentifier()Returns the KeyIdentifier
-