Uses of Interface
org.eclipse.higgins.cardstore.schemas.XMLSerializer

Packages that use XMLSerializer
org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig   
org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl   
org.eclipse.higgins.cardstore.schemas._2005._02.trust   
org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
org.eclipse.higgins.cardstore.schemas._2005._08.addressing   
org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl   
org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity   
org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl   
org.eclipse.higgins.cardstore.utils   
 

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

Subinterfaces of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig
 interface IKeyInfo
           
 interface IX509Data
           
 

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

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

Uses of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._02.trust
 

Subinterfaces of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._02.trust
 interface ITokenType
           
 

Uses of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl that implement XMLSerializer
 class TokenType
           
 

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

Subinterfaces of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 interface IBaseClaim
           
 interface ICardImage
           
 interface IClaim
           
 interface IClaimValue
           
 interface IEncryptedStore
          This interface presents a encrypted CRDS (Card Space card store).
 interface IInformationCard
           
 interface IInformationCardMetaData
           
 interface IInformationCardPrivateData
           
 interface IInformationCardReference
           
 interface IPrivacyNoticeLocation
           
 interface IRequestDisplayToken
           
 interface IRequireAppliesTo
           
 interface IRoamingInformationCard
           
 interface IRoamingStore
           
 interface ISelfIssuedCredential
           
 interface ISupportedClaimType
           
 interface ISupportedClaimTypeList
           
 interface ITokenService
           
 interface IUserCredential
           
 interface IUsernamePasswordCredential
           
 interface IX509V3Credential
           
 

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

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement XMLSerializer
 class CardImage
           
 class ClaimValue
           
 class EncryptedStore
           
 class InformationCardMetaData
           
 class InformationCardPrivateData
           
 class InformationCardReference
           
 class PrivacyNoticeLocation
           
 class RequireAppliesTo
           
 class RoamingInformationCard
           
 class RoamingStore
           
 class SelfIssedCredential
           
 class SupportedClaimType
           
 class TokenService
           
 class UserCredential
           
 class UsernamePasswordCredential
           
 class X509V3Credential
           
 

Uses of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._08.addressing
 

Subinterfaces of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._08.addressing
 interface IEndpointReference
           
 interface IMetaData
          This interface represents a Addressing MetaData object.
 

Uses of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl that implement XMLSerializer
 class EndpointReference
           
 class MetaData
           
 

Uses of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity
 

Subinterfaces of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity
 interface IIdentity
           
 

Uses of XMLSerializer in org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl that implement XMLSerializer
 class Identity
           
 

Uses of XMLSerializer in org.eclipse.higgins.cardstore.utils
 

Methods in org.eclipse.higgins.cardstore.utils with parameters of type XMLSerializer
static void XmlUtils.buildObjectFromXml(Object parentObj, XMLSerializer obj, Element parent, String nodeName, String namespaceUri)
           
static Document XmlUtils.getDocumentRootFromParent(XMLSerializer child)