Interface

Gcr-4GcrPkcs11CertificateConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gcr.Certificate.ConstructorProps

Properties - Inherited from Gck.Object.ConstructorProps

Properties

attributes: Attributes

Properties - Inherited from Gcr.Certificate.ConstructorProps

description: string
expiry_date: GLib.DateTime | null
expiryDate: GLib.DateTime | null
issuer_name: string | null
issuerName: string | null
label: string
subject_name: string | null
subjectName: string | null

Properties - Inherited from Gck.Object.ConstructorProps

handle: number | bigint
module: Gck.Module
session: Gck.Session