org.apache.ws.security.message.token
Class DOMX509Data

java.lang.Object
  extended by org.apache.ws.security.message.token.DOMX509Data

public final class DOMX509Data
extends Object

An X509Data token.


Constructor Summary
DOMX509Data(Document doc, DOMX509IssuerSerial domIssuerSerial)
          Constructor.
DOMX509Data(Element x509DataElement)
          Constructor.
 
Method Summary
 boolean containsIssuerSerial()
          Return true if this X509Data element contains a X509IssuerSerial element
 Element getElement()
          return the dom element.
 DOMX509IssuerSerial getIssuerSerial()
          Return a DOMX509IssuerSerial object in this X509Data structure
 String toString()
          return the string representation of the token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMX509Data

public DOMX509Data(Element x509DataElement)
            throws WSSecurityException
Constructor.

Throws:
WSSecurityException

DOMX509Data

public DOMX509Data(Document doc,
                   DOMX509IssuerSerial domIssuerSerial)
Constructor.

Method Detail

containsIssuerSerial

public boolean containsIssuerSerial()
Return true if this X509Data element contains a X509IssuerSerial element


getIssuerSerial

public DOMX509IssuerSerial getIssuerSerial()
Return a DOMX509IssuerSerial object in this X509Data structure


getElement

public Element getElement()
return the dom element.

Returns:
the dom element.

toString

public String toString()
return the string representation of the token.

Overrides:
toString in class Object
Returns:
the string representation of the token.


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.