interface DSRecord {
    algorithm: DSRecordAlgorithm;
    digest?: DSRecordDigest;
    keyId: number;
    publicKey?: DSRecordPublicKey;
}

Properties

One-of ('type'): at most one of 'digest', 'publicKey' could be set.

keyId: number
publicKey?: DSRecordPublicKey

One-of ('type'): at most one of 'digest', 'publicKey' could be set.