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
Methods 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()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) -
Uses of SecurityTokenConstants.KeyIdentifier in org.apache.xml.security.stax.impl.securityToken
Methods 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
-