Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>SecurityDetails

Headless Chrome Deno API
Latest
class SecurityDetails
Re-export
import { SecurityDetails } from "https://deno.land/x/pptr@1.2.0/mod.ts";

The SecurityDetails class represents the security details of a response that was received over a secure connection.

Constructors

new
SecurityDetails(securityPayload: Protocol.Network.SecurityDetails)

Properties

private
_issuer: string
private
_protocol: string
private
_sanList: string[]
private
_subjectName: string
private
_validFrom: number
private
_validTo: number

Methods

issuer(): string
protocol(): string
subjectName(): string
validFrom(): number
validTo(): number