org.apache.xml.security.stax.securityToken
Interface SecurityTokenProvider<T>
public interface SecurityTokenProvider<T>
A SecurityTokenProvider is a object which provides a Token for cryptographic operations
- Version:
- $Revision: 1463132 $ $Date: 2013-04-01 14:27:45 +0100 (Mon, 01 Apr 2013) $
- Author:
- $Author: giger $
getSecurityToken
T getSecurityToken()
throws XMLSecurityException
- Returns the represented SecurityToken of this object
- Returns:
- The SecurityToken
- Throws:
XMLSecurityException
- if the token couldn't be loaded
getId
String getId()
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.