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 and Description |
---|---|
SecurityTokenConstants.KeyIdentifier |
XMLSecurityProperties.getEncryptionKeyIdentifier()
returns the KeyIdentifierType which will be used in the secured document
|
SecurityTokenConstants.KeyIdentifier |
XMLSecurityProperties.getSignatureKeyIdentifier()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityTokenConstants.KeyIdentifier> |
XMLSecurityProperties.getSignatureKeyIdentifiers() |
Modifier and Type | Method and 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 and Description |
---|---|
void |
XMLSecurityProperties.setSignatureKeyIdentifiers(List<SecurityTokenConstants.KeyIdentifier> signatureKeyIdentifiers) |
Modifier and Type | Method and Description |
---|---|
SecurityTokenConstants.KeyIdentifier |
AbstractInboundSecurityToken.getKeyIdentifier() |
SecurityTokenConstants.KeyIdentifier |
GenericOutboundSecurityToken.getKeyIdentifier() |
Constructor and 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 and 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 and Description |
---|---|
SecurityTokenConstants.KeyIdentifier |
SecurityToken.getKeyIdentifier()
Returns the KeyIdentifier
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.