|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInformationCard
Represents CardSpace-interoperable I-Card
| Method Summary | |
|---|---|
IInformationCardExtension |
addExtension(IElement extension)
|
IInformationCardExtension[] |
getExtensions()
|
byte[] |
getHashSalt()
Random entropy used for computing the PPID claim value for the card |
byte[] |
getIssuerID()
|
byte[] |
getMasterKey()
Used as the entropy to generate the token signing key |
byte[] |
getRawMasterKey()
|
boolean |
hasExtensions()
|
void |
removeExtension(IInformationCardExtension extension)
Remove an extension from the card |
| 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, getType, getVersion, isClaimsRetrieved, isEditable, isEditMode, isFormatSupported, isSelfIssued, setImage, setIssuerName, setName, setTimeExpires, toElement |
| Methods inherited from interface org.eclipse.higgins.icard.IClaimContainer |
|---|
createClaim, getClaim, getClaims, setClaim |
| Method Detail |
|---|
byte[] getHashSalt()
byte[] getRawMasterKey()
CardException
byte[] getMasterKey()
throws CardException
CardExceptionbyte[] getIssuerID()
boolean hasExtensions()
true if this card has any extension, otherwise
falseIInformationCardExtension[] getExtensions()
IInformationCardExtension addExtension(IElement extension)
throws CardException
extension -
CardException - If this card is not in edit mode
void removeExtension(IInformationCardExtension extension)
throws CardException
extension -
CardException - If this card is not in edit mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||