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

java.lang.Object
  extended by org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl.KeyInfo
All Implemented Interfaces:
IKeyInfo, XMLSerializer

public class KeyInfo
extends Object
implements IKeyInfo


Field Summary
static String copyright
           
 
Constructor Summary
KeyInfo()
           
 
Method Summary
 void fromXml(Object obj)
           
 Object getParent()
           
 IX509Data getX509Data()
           
 void setParent(Object parentNode)
           
 void setX509Data(IX509Data x509Data)
           
 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

KeyInfo

public KeyInfo()
Method Detail

getParent

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

setParent

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

getX509Data

public IX509Data getX509Data()
Specified by:
getX509Data in interface IKeyInfo

setX509Data

public void setX509Data(IX509Data x509Data)
Specified by:
setX509Data in interface IKeyInfo

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