org.apache.xml.security.stax.securityToken
Interface OutboundSecurityToken

All Superinterfaces:
SecurityToken
All Known Implementing Classes:
GenericOutboundSecurityToken

public interface OutboundSecurityToken
extends SecurityToken

Version:
$Revision: 1532808 $ $Date: 2013-10-16 17:09:17 +0100 (Wed, 16 Oct 2013) $
Author:
$Author: coheigea $

Method Summary
 void addWrappedToken(OutboundSecurityToken securityToken)
           
 Object getProcessor()
          Returns the responsible processor for this token
 Key getSecretKey(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

Object getProcessor()
Returns the responsible processor for this token

Returns:

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)


Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.