Variable: DigestAlgorithm
const DigestAlgorithm: {
SHA1: 1;
SHA256: 2;
GOST: 3;
SHA384: 4;
};
Defined in: src/dnssec.ts:118
DNSSEC digest algorithms
Type Declaration
SHA1
readonly SHA1: 1 = 1;
SHA256
readonly SHA256: 2 = 2;
GOST
readonly GOST: 3 = 3;
SHA384
readonly SHA384: 4 = 4;