org.apache.xml.security.stax.securityToken
Interface OutboundSecurityToken
- All Superinterfaces:
- SecurityToken
- All Known Implementing Classes:
- GenericOutboundSecurityToken
public interface OutboundSecurityToken
- extends SecurityToken
- Version:
- $Revision: 1585385 $ $Date: 2014-04-07 06:12:23 +0100 (Mon, 07 Apr 2014) $
- Author:
- $Author: coheigea $
| Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken |
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric |
getProcessor
Object getProcessor()
- Returns the processor responsible for this token
- Returns:
- the processor responsible for this token
getSecretKey
Key getSecretKey(String algorithmURI)
throws XMLSecurityException
- Returns the secret key
- Returns:
- The key
- Throws:
XMLSecurityException - if the key can't be loaded
addWrappedToken
void addWrappedToken(OutboundSecurityToken securityToken)
getCustomTokenReference
Element getCustomTokenReference()
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.