import { X509Certificate } from "https://deno.land/std@0.151.0/node/internal/crypto/x509.ts";
Constructors
new
X509Certificate(buffer: BinaryLike)Properties
readonly
issuerCertificate: X509Certificate | undefinedreadonly
publicKey: KeyObjectreadonly
raw: BufferMethods
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