Package | Description |
---|---|
org.apache.xml.security.stax.ext | |
org.apache.xml.security.stax.impl.securityToken | |
org.apache.xml.security.stax.securityToken |
Modifier and Type | Method | Description |
---|---|---|
SecurityTokenConstants.KeyIdentifier |
XMLSecurityProperties.getEncryptionKeyIdentifier() |
returns the KeyIdentifierType which will be used in the secured document
|
SecurityTokenConstants.KeyIdentifier |
XMLSecurityProperties.getSignatureKeyIdentifier() |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLSecurityProperties.setEncryptionKeyIdentifier(SecurityTokenConstants.KeyIdentifier encryptionKeyIdentifier) |
Specifies the KeyIdentifierType to use in the secured document
|
void |
XMLSecurityProperties.setSignatureKeyIdentifier(SecurityTokenConstants.KeyIdentifier signatureKeyIdentifier) |
Modifier and Type | Method | Description |
---|---|---|
SecurityTokenConstants.KeyIdentifier |
AbstractInboundSecurityToken.getKeyIdentifier() |
|
SecurityTokenConstants.KeyIdentifier |
GenericOutboundSecurityToken.getKeyIdentifier() |
Constructor | Description |
---|---|
AbstractInboundSecurityToken(InboundSecurityContext inboundSecurityContext,
String id,
SecurityTokenConstants.KeyIdentifier keyIdentifier,
boolean includedInMessage) |
|
X509SecurityToken(SecurityTokenConstants.TokenType tokenType,
InboundSecurityContext inboundSecurityContext,
String id,
SecurityTokenConstants.KeyIdentifier keyIdentifier,
boolean includedInMessage) |
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 |
Modifier and Type | Method | Description |
---|---|---|
SecurityTokenConstants.KeyIdentifier |
SecurityToken.getKeyIdentifier() |
Returns the KeyIdentifier
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.