Interface

Gcr-4GcrCertificateInterface

Interface for implementing Certificate. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_der_data(): string | Uint8Array<ArrayBufferLike>;
}

Hierarchy (View Summary)

Index

Methods

  • Gets the raw DER data for an X.509 certificate.

    Returns string | Uint8Array<ArrayBufferLike>