@gibme/dns
    Preparing search index...

    Type Alias Record

    Decoded RRSIG record data

    type Record = {
        algorithm: number;
        keyTag: number;
        labels: number;
        originalTTL: number;
        signature: Buffer;
        signatureExpiration: number;
        signatureInception: number;
        signerName: string;
        typeCovered: number;
    }
    Index

    Properties

    algorithm: number

    DNSSEC algorithm number

    keyTag: number

    Key tag of the signing DNSKEY

    labels: number

    Number of labels in the original owner name

    originalTTL: number

    Original TTL of the covered RRset

    signature: Buffer

    The cryptographic signature

    signatureExpiration: number

    Signature expiration timestamp

    signatureInception: number

    Signature inception timestamp

    signerName: string

    Domain name of the signing authority

    typeCovered: number

    RR type covered by this signature