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

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

public final class DOMX509IssuerSerial
extends Object

An X.509 Issuer Serial token.


Constructor Summary
DOMX509IssuerSerial(Document doc, String issuer, BigInteger serialNumber)
          Constructor.
DOMX509IssuerSerial(Element issuerSerialElement)
          Constructor.
 
Method Summary
 Element getElement()
          return the dom element.
 String getIssuer()
          Return the issuer name.
 BigInteger getSerialNumber()
          Return the Serial Number.
 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

DOMX509IssuerSerial

public DOMX509IssuerSerial(Element issuerSerialElement)
Constructor.


DOMX509IssuerSerial

public DOMX509IssuerSerial(Document doc,
                           String issuer,
                           BigInteger serialNumber)
Constructor.

Method Detail

getElement

public Element getElement()
return the dom element.

Returns:
the dom element.

getIssuer

public String getIssuer()
Return the issuer name.


getSerialNumber

public BigInteger getSerialNumber()
Return the Serial Number.


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.