Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Urgent: IInformationCard Question / Request

Mike,

Can someone please tell me what is the difference between:
       IInformationCard.getID() and
IInformationCard.getCUID().getCardID() ?

CUID is unique indetifier of ICard within ICard registry. It consists from providerID + issuerID + CardID. So, IInformationCard.getCUID().getCardID() should be equal to IInformationCard.getID().


Also the .../ic:InformationCardReference/ic:CardVersion is missing - can
someone please add that ASAP?

There is ICard.getVersion() method.


By the way, I am considering the possibility to separate IInformationCard into IManagedCard and IPersonalCard.

IManagedCard will contain:

List getTokenServices();
Boolean getRequireAppliesTo();
Element getPrivacyNotice();

IPersonalCard will contain:

byte[] getPinDigest();
void setPinCode(String pinCode); - if pinCode is null, than pin-protection will be resetted. URI getClaimListContextID(); - returns the context ID where claim list of card is stored. String getClaimListSubjectID(); - returns ID of subject (claim list of card).

Do you agree?

Thanks,
Sergey Lyakhov

----- Original Message ----- From: "Michael McIntosh" <mikemci@xxxxxxxxxx>
To: <higgins-dev@xxxxxxxxxxx>
Sent: Thursday, June 14, 2007 9:06 PM
Subject: [higgins-dev] Urgent: IInformationCard Question / Request


Can someone please tell me what is the difference between:
       IInformationCard.getID() and
IInformationCard.getCUID().getCardID() ?
       Which one represents .../ic:InformationCardReference/ic:CardId ?

Also the .../ic:InformationCardReference/ic:CardVersion is missing - can
someone please add that ASAP?

Thanks,
Mike
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top