Interface

Gcr-4GcrPkcs11CertificateConstructorProps

interface ConstructorProps {
    attributes: Attributes;
    description: string;
    expiry_date: GLib.DateTime;
    expiryDate: GLib.DateTime;
    handle: number | bigint;
    issuer_name: string;
    issuerName: string;
    label: string;
    module: Gck.Module;
    session: Gck.Session;
    subject_name: string;
    subjectName: string;
}

Hierarchy (View Summary)

Index
attributes: Attributes
description: string
expiry_date: GLib.DateTime
expiryDate: GLib.DateTime
issuer_name: string
issuerName: string
label: string
subject_name: string
subjectName: string
handle: number | bigint
module: Gck.Module
session: Gck.Session