PKI-Lite - v1.0.5
    Preparing search index...
    ResponderID: {
        byKey: typeof OctetString;
        byName: {
            RDNSequence: typeof RDNSequence;
            fromAsn1(asn1: Asn1BaseBlock): RDNSequence;
            parse(humanString: string): RDNSequence;
        };
        fromAsn1: (asn1: Asn1BaseBlock) => ResponderID;
        toAsn1: (value: ResponderID) => Asn1BaseBlock;
    }

    Type Declaration