x509-ts
Version:
Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.
5 lines • 301 B
TypeScript
import { ObjectIdentifier } from "asn1-ts";
export declare const selectedAttributeTypesVersion8OID: ObjectIdentifier;
export { default as UnboundedDirectoryString } from "./UnboundedDirectoryString";
export { default as UniqueIdentifier } from "./UniqueIdentifier";
//# sourceMappingURL=index.d.ts.map