org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl
Class X509Data

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl.X509Data
All Implemented Interfaces:
IX509Data, XMLSerializer

public class X509Data
extends Object
implements IX509Data


Field Summary
static String copyright
           
 
Constructor Summary
X509Data()
           
 
Method Summary
 void fromXml(Object obj)
           
 Object getParent()
           
 X509Certificate getX509Certificate()
           
 void setParent(Object parentNode)
           
 void setX509Certificate(X509Certificate cert)
           
 Object toXml()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

X509Data

public X509Data()
Method Detail

setParent

public void setParent(Object parentNode)
Specified by:
setParent in interface XMLSerializer

getParent

public Object getParent()
Specified by:
getParent in interface XMLSerializer

fromXml

public void fromXml(Object obj)
             throws UnsupportedObjectModel,
                    ExpectedObjectNotPresent
Specified by:
fromXml in interface XMLSerializer
Throws:
UnsupportedObjectModel
ExpectedObjectNotPresent

toXml

public Object toXml()
Specified by:
toXml in interface XMLSerializer

getX509Certificate

public X509Certificate getX509Certificate()
Specified by:
getX509Certificate in interface IX509Data

setX509Certificate

public void setX509Certificate(X509Certificate cert)
Specified by:
setX509Certificate in interface IX509Data