|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityTokenConstants.KeyIdentifier | |
|---|---|
| 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 | |
|---|---|
SecurityTokenConstants.KeyIdentifier |
XMLSecurityProperties.getEncryptionKeyIdentifier()
returns the KeyIdentifierType which will be used in the secured document |
SecurityTokenConstants.KeyIdentifier |
XMLSecurityProperties.getSignatureKeyIdentifier()
|
| Methods in org.apache.xml.security.stax.ext with parameters of type SecurityTokenConstants.KeyIdentifier | |
|---|---|
void |
XMLSecurityProperties.setEncryptionKeyIdentifier(SecurityTokenConstants.KeyIdentifier encryptionKeyIdentifier)
Specifies the KeyIdentifierType to use in the secured document |
void |
XMLSecurityProperties.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 | |
|---|---|
SecurityTokenConstants.KeyIdentifier |
AbstractInboundSecurityToken.getKeyIdentifier()
|
SecurityTokenConstants.KeyIdentifier |
GenericOutboundSecurityToken.getKeyIdentifier()
|
| Constructors in org.apache.xml.security.stax.impl.securityToken with parameters of type SecurityTokenConstants.KeyIdentifier | |
|---|---|
AbstractInboundSecurityToken(InboundSecurityContext inboundSecurityContext,
String id,
SecurityTokenConstants.KeyIdentifier keyIdentifier,
boolean includedInMessage)
|
|
X509SecurityToken(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.KeyIdentifier | |
|---|---|
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
|
| Methods in org.apache.xml.security.stax.securityToken that return SecurityTokenConstants.KeyIdentifier | |
|---|---|
SecurityTokenConstants.KeyIdentifier |
SecurityToken.getKeyIdentifier()
Returns the KeyIdentifier |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||