Interface

Gcr-4GcrPkcs11CertificateConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gcr.Certificate.ConstructorProps

Properties - Inherited from Gck

Properties

attributes: Attributes

Properties - Inherited from Gcr.Certificate.ConstructorProps

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

Properties - Inherited from Gck

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