|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--PublicKeyReference
A class that implements a public key reference to be used as CAR and CHR in card verifiable certificates (CVC).
Field Summary | |
Object |
bin
|
Constructor Summary | |
PublicKeyReference()
Create a public key reference (CAR/CHR) from binary representation or individual fields. |
Method Summary | |
boolean
|
equals(other)
Returns true if other public key reference equals this public key reference |
ByteString
|
getBytes()
Returns the binary encoded public key reference |
String
|
getCountryCode()
Returns the 2 character country code |
String
|
getHolder()
Returns the certificate holder name, which is the concatenation of the country code and the holder mnemonic. |
String
|
getMnemonic()
Returns the variable length holder mnemonic |
String
|
getSequenceNo()
Returns the 5 character sequence number |
String
|
toString()
Returns the string representation of the public key reference |
<static> void
|
test()
Test function |
Field Detail |
Object bin
Constructor Detail |
PublicKeyReference()
Create a public key reference (CAR/CHR) from binary representation or individual fields.
Use one of the following signatures:
Method Detail |
boolean equals(other)
ByteString getBytes()
String getCountryCode()
String getHolder()
String getMnemonic()
String getSequenceNo()
String toString()
<static> void test()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |