NDN Certificate v2.
This type is immutable.
Readonly
Whether this is a self-signed certificate.
A certificate is considered self-signed if its issuer key name is same as the certificate's key name, i.e. they are the same key.
KeyLocator name, if present.
Certificate name aka Data packet name.
Public key in SubjectPublicKeyInfo (SPKI) binary format.
Ensure certificate is within validity period.
Error Certificate has expired as of now.
now
Import SPKI as public key.
Algorithm list, such as SigningAlgorithmListSlim.
Static
Construct Certificate from Data packet.
Error Thrown if the Data packet is not a certificate.
NDN Certificate v2.
Remarks
This type is immutable.