Actions
Feature #3154
closedSigning packet using Identity and Key abstraction in PIB
Start date:
09/01/2015
Due date:
% Done:
100%
Estimated time:
Description
PIB provides two abstractions: Identity and Key, which can cache the default key and certificate setting.
Passing Identity or Key as signing parameter can avoid lookup in PIB.
To use this feature, we can allow SigningInfo to carry Identity or Key, so that KeyChain::sign method can directly use the default setting with the passed Identity or Key to create SignatureInfo.
Actions