const Name & getName() const noexcept
Get name.
Represents an absolute name.
Signing parameters passed to KeyChain.
@ SIGNER_TYPE_CERT
Signer is a certificate, use it directly.
@ SIGNER_TYPE_SHA256
Use a SHA-256 digest only, no signer needs to be specified.
@ SIGNER_TYPE_ID
Signer is an identity, use its default key and default certificate.
@ SIGNER_TYPE_KEY
Signer is a key, use its default certificate.
A frontend handle of an Identity.
A frontend handle of a key instance.
Represents an NDN certificate following the version 2.0 format.
SigningInfo signingByCertificate(const Name &certName)
SigningInfo signingByKey(const Name &keyName)
SigningInfo signingByIdentity(const Name &identityName)
SigningInfo signingWithSha256()