|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.icard.common.Card
org.eclipse.higgins.icard.provider.cardspace.common.InformationCard
public abstract class InformationCard
| Constructor Summary | |
|---|---|
InformationCard()
|
|
| Method Summary | |
|---|---|
org.eclipse.higgins.icard.IInformationCardExtension[] |
getExtensions()
|
byte[] |
getHashSalt()
|
byte[] |
getIssuerID()
|
byte[] |
getRawMasterKey()
|
String |
getType()
|
boolean |
hasExtensions()
|
void |
setExtensions(List extensions)
|
void |
setHashSalt(byte[] hashSalt)
|
void |
setIssuerID(byte[] issuerID)
|
void |
setRawMasterKey(byte[] rawMasterKey)
|
| Methods inherited from class org.eclipse.higgins.icard.common.Card |
|---|
getCUID, getDescription, getID, getImage, getImageType, getIssuer, getIssuerName, getName, getProvider, getSupportedClaimTypes, getSupportedClaimTypesUris, getSupportedTokenTypes, getTimeExpires, getTimeIssued, getTimeLastUpdated, getVersion, isClaimsRetrieved, isFormatSupported, isSelfIssued, setClaims, setDescription, setID, setImage, setImageType, setIssuer, setIssuerName, setName, setSelfIssued, setSupportedClaimTypes, setSupportedTokenTypes, setTimeExpires, setTimeIssued, setTimeLastUpdated, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.higgins.icard.IInformationCard |
|---|
addExtension, getMasterKey, removeExtension |
| Methods inherited from interface org.eclipse.higgins.icard.ICard |
|---|
applyUpdates, beginUpdates, cancelUpdates, getClaimByLocalName, getCUID, getDescription, getID, getImage, getImageType, getIssuer, getIssuerName, getName, getProvider, getRequiredCredentials, getSupportedClaimTypesUris, getSupportedTokenTypes, getTimeExpires, getTimeIssued, getTimeLastUpdated, getVersion, isClaimsRetrieved, isEditable, isEditMode, isFormatSupported, isSelfIssued, setImage, setIssuerName, setName, setTimeExpires, toElement |
| Methods inherited from interface org.eclipse.higgins.icard.IClaimContainer |
|---|
createClaim, getClaim, getClaims, setClaim |
| Constructor Detail |
|---|
public InformationCard()
| Method Detail |
|---|
public byte[] getIssuerID()
getIssuerID in interface org.eclipse.higgins.icard.IInformationCardpublic void setIssuerID(byte[] issuerID)
public byte[] getHashSalt()
getHashSalt in interface org.eclipse.higgins.icard.IInformationCardpublic void setHashSalt(byte[] hashSalt)
public byte[] getRawMasterKey()
getRawMasterKey in interface org.eclipse.higgins.icard.IInformationCardpublic void setRawMasterKey(byte[] rawMasterKey)
public String getType()
getType in interface org.eclipse.higgins.icard.ICardpublic org.eclipse.higgins.icard.IInformationCardExtension[] getExtensions()
getExtensions in interface org.eclipse.higgins.icard.IInformationCardpublic boolean hasExtensions()
hasExtensions in interface org.eclipse.higgins.icard.IInformationCardpublic void setExtensions(List extensions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||