Interface OutboundSecurityToken
-
- All Superinterfaces:
SecurityToken
- All Known Implementing Classes:
GenericOutboundSecurityToken
public interface OutboundSecurityToken extends SecurityToken
- Version:
- $Revision: 1720201 $ $Date: 2015-12-15 18:13:17 +0100 (Tue, 15 Dec 2015) $
- Author:
- $Author: coheigea $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddWrappedToken(OutboundSecurityToken securityToken)org.w3c.dom.ElementgetCustomTokenReference()java.lang.ObjectgetProcessor()Returns the processor responsible for this tokenjava.security.KeygetSecretKey(java.lang.String algorithmURI)Returns the secret key-
Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric
-
-
-
-
Method Detail
-
getProcessor
java.lang.Object getProcessor()
Returns the processor responsible for this token- Returns:
- the processor responsible for this token
-
getSecretKey
java.security.Key getSecretKey(java.lang.String algorithmURI) throws XMLSecurityExceptionReturns the secret key- Returns:
- The key
- Throws:
XMLSecurityException- if the key can't be loaded
-
addWrappedToken
void addWrappedToken(OutboundSecurityToken securityToken)
-
getCustomTokenReference
org.w3c.dom.Element getCustomTokenReference()
-
-