public interface OutboundSecurityToken extends SecurityToken
Modifier and Type | Method and Description |
---|---|
void |
addWrappedToken(OutboundSecurityToken securityToken) |
Element |
getCustomTokenReference() |
Object |
getProcessor()
Returns the processor responsible for this token
|
Key |
getSecretKey(String algorithmURI)
Returns the secret key
|
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric
Object getProcessor()
Key getSecretKey(String algorithmURI) throws XMLSecurityException
XMLSecurityException
- if the key can't be loadedvoid addWrappedToken(OutboundSecurityToken securityToken)
Element getCustomTokenReference()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.