Interface

Gcr-4GcrCertificateInterface

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

interface Interface {
    vfunc_get_der_data(): Uint8Array;
}

Hierarchy (View Summary)

Index

Methods

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

    Returns Uint8Array