UNPKG

x509-ts

Version:

Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.

7 lines 401 B
import { ObjectIdentifier } from "asn1-ts"; export declare const informationFrameworkOID: ObjectIdentifier; export { default as AttributeTypeAndValue } from "./AttributeTypeAndValue"; export { default as Name } from "./Name"; export { default as RDNSequence } from "./RDNSequence"; export { default as RelativeDistinguishedName } from "./RelativeDistinguishedName"; //# sourceMappingURL=index.d.ts.map