UNPKG

x509-ts

Version:

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

29 lines 1.88 kB
import { ObjectIdentifier } from "asn1-ts"; export declare const certificateExtensionsOID: ObjectIdentifier; export { default as AuthorityKeyIdentifier } from "./AuthorityKeyIdentifier"; export { default as BaseDistance } from "./BaseDistance"; export { default as BasicConstraintsSyntax } from "./BasicConstraintsSyntax"; export { default as CertPolicyId } from "./CertPolicyId"; export { default as CRLDistPointsSyntax } from "./CRLDistPointsSyntax"; export { default as DistributionPoint } from "./DistributionPoint"; export { default as DistributionPointName } from "./DistributionPointName"; export { default as EDIPartyName } from "./EDIPartyName"; export { default as GeneralName, printGeneralName } from "./GeneralName"; export { default as GeneralNames } from "./GeneralNames"; export { default as GeneralSubtree } from "./GeneralSubtree"; export { default as GeneralSubtrees } from "./GeneralSubtrees"; export { default as IssuingDistPointSyntax } from "./IssuingDistPointSyntax"; export { default as KeyIdentifier } from "./KeyIdentifier"; export { default as KeyPurposeId } from "./KeyPurposeId"; export { default as KeyUsage } from "./KeyUsage"; export { default as NameConstraintsSyntax } from "./NameConstraintsSyntax"; export { default as PolicyConstraintsSyntax } from "./PolicyConstraintsSyntax"; export { default as PolicyInformation } from "./PolicyInformation"; export { default as PolicyMapping } from "./PolicyMapping"; export { default as PolicyMappingSyntax } from "./PolicyMappingsSyntax"; export { default as PolicyQualifierInfo } from "./PolicyQualifierInfo"; export { default as PrivateKeyUsagePeriod } from "./PrivateKeyUsagePeriod"; export { default as ReasonFlags } from "./ReasonFlags"; export { default as SkipCerts } from "./SkipCerts"; export { default as SubjectKeyIdentifier } from "./SubjectKeyIdentifier"; //# sourceMappingURL=index.d.ts.map