import { SecurityDetails } from "https://deno.land/x/pptr@1.2.0/src/SecurityDetails.ts";
The SecurityDetails class represents the security details of a response that was received over a secure connection.
Methods
issuer(): string
protocol(): string
subjectAlternativeNames(): string[]
subjectName(): string
validFrom(): number
validTo(): number