org.eclipse.higgins.cardstore.schemas._2005._05.identity
Interface IInformationCardPrivateData

All Superinterfaces:
XMLSerializer
All Known Implementing Classes:
InformationCardPrivateData

public interface IInformationCardPrivateData
extends XMLSerializer


Field Summary
static String copyright
           
 
Method Summary
 IClaimValue[] getClaimValueList()
           
 byte[] getMasterKey()
           
 void setClaimValueList(IClaimValue[] claimValueList)
           
 void setMasterKey(byte[] value)
           
 
Methods inherited from interface org.eclipse.higgins.cardstore.schemas.XMLSerializer
fromXml, getParent, setParent, toXml
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getMasterKey

byte[] getMasterKey()

setMasterKey

void setMasterKey(byte[] value)

getClaimValueList

IClaimValue[] getClaimValueList()

setClaimValueList

void setClaimValueList(IClaimValue[] claimValueList)