22 #ifndef NDN_SECURITY_COMMON_HPP
23 #define NDN_SECURITY_COMMON_HPP
66 enum DigestAlgorithm {
67 DIGEST_ALGORITHM_SHA256
KeyIdType
The KeyIdType enum represents the type of a KeyId component in a key name.
Definition: security-common.hpp:30
USER_SPECIFIED: A user-specified key ID.
Definition: security-common.hpp:35
SHA256: The SHA256 hash of the public key as the key id.
Definition: security-common.hpp:40
RANDOM: A 64-bit random number as the key id.
Definition: security-common.hpp:45
KeyType
Definition: security-common.hpp:50
Definition: security-common.hpp:56