import { X509Certificate } from "https://deno.land/std@0.145.0/node/crypto.ts";
Constructors
new
X509Certificate(buffer: BinaryLike)Properties
readonly
issuerCertificate: X509Certificate | undefinedreadonly
publicKey: KeyObjectMethods
checkEmail(_email: string, _options?: Pick<X509CheckOptions, "subject">): string | undefined
checkHost(_name: string, _options?: X509CheckOptions): string | undefined
checkIP(_ip: string): string | undefined
checkIssued(_otherCert: X509Certificate): boolean
checkPrivateKey(_privateKey: KeyObject): boolean
toJSON(): string
toString(): string