Uses of Interface
org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.IX509Data

Packages that use IX509Data
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig   
org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of IX509Data in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return IX509Data
 IX509Data CardStoreDomBuilder.createX509Data()
           
 IX509Data ICardStoreBuilder.createX509Data()
           
 

Uses of IX509Data in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig
 

Methods in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig that return IX509Data
 IX509Data IKeyInfo.getX509Data()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig with parameters of type IX509Data
 void IKeyInfo.setX509Data(IX509Data x509Data)
           
 

Uses of IX509Data in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl that implement IX509Data
 class X509Data
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl that return IX509Data
 IX509Data KeyInfo.getX509Data()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl with parameters of type IX509Data
 void KeyInfo.setX509Data(IX509Data x509Data)
           
 

Uses of IX509Data in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IX509Data
 IX509Data IX509V3Credential.getX509Data()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IX509Data
 void IX509V3Credential.setX509Data(IX509Data value)
           
 

Uses of IX509Data in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IX509Data
 IX509Data X509V3Credential.getX509Data()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IX509Data
 void X509V3Credential.setX509Data(IX509Data value)