Actions
Task #1964
closedPublicKey: getKeyDigest
Description
Extend PublicKey
class with a new method:
/** \return a KeyDigest TLV block that matches this public key
*/
Block
getKeyDigest() const;
KeyDigest is defined in NDN-TLV spec as:
KeyDigest option in KeyLocator is defined as SHA256 digest over the DER encoding of the SubjectPublicKeyInfo for an RSA key as defined by RFC 3279
KeyDigest option in KeyLocator is defined as SHA256 digest over the DER encoding of the SubjectPublicKeyInfo for an EC key as defined by RFC 5480
Updated by Junxiao Shi about 10 years ago
- Blocks Task #1963: PIB service: retrieve key by KeyDigest added
Updated by Junxiao Shi about 10 years ago
- Blocks deleted (Task #1963: PIB service: retrieve key by KeyDigest)
Updated by Yingdi Yu about 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Yingdi Yu about 10 years ago
- Status changed from Code review to Closed
Actions