org.apache.ws.security.policy
Class WSS4JPolicyToken
java.lang.Object
org.apache.ws.security.policy.WSS4JPolicyToken
- public class WSS4JPolicyToken
- extends java.lang.Object
This class holds data and parameters for a specific token. The
signedParts/Elements and encryptedParts/Elements lists hold additional
information in case of supporting tokens.
The data is not declared as private to provide direct access from
other classes in this package.
- Author:
- Werner Dittmann (werner@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X509Token
public static int X509Token
WSS4JPolicyToken
public WSS4JPolicyToken()
getTokenType
public int getTokenType()
- Returns:
- Returns the tokenType.
getEncAlgorithm
public java.lang.String getEncAlgorithm()
- Returns:
- Returns the encAlgorithm.
getEncElements
public java.util.ArrayList getEncElements()
- Returns:
- Returns the encElements.
getKeyIdentifier
public int getKeyIdentifier()
- Returns:
- Returns the encKeyIdentifier.
getEncParts
public java.util.ArrayList getEncParts()
- Returns:
- Returns the encParts.
getEncTransportAlgorithm
public java.lang.String getEncTransportAlgorithm()
- Returns:
- Returns the encTransportAlgorithm.
getSigAlgorithm
public java.lang.String getSigAlgorithm()
- Returns:
- Returns the sigAlgorithm.
getSigElements
public java.util.ArrayList getSigElements()
- Returns:
- Returns the sigElements.
getSigParts
public java.util.ArrayList getSigParts()
- Returns:
- Returns the sigParts.
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.