libp11 0.4.19
PKCS11_key_st Struct Reference

PKCS11 key object (public or private). More...

#include <libp11.h>

Data Fields

char * label
unsigned char * id
size_t id_len
unsigned char isPrivate
 private key present?
unsigned char needLogin
 login to read private key?
PKCS11_OBJECT_private * _private

Detailed Description

PKCS11 key object (public or private).

Definition at line 77 of file libp11.h.

Field Documentation

◆ _private

PKCS11_OBJECT_private* _private

Definition at line 83 of file libp11.h.

◆ id

unsigned char* id

Definition at line 79 of file libp11.h.

◆ id_len

size_t id_len

Definition at line 80 of file libp11.h.

◆ isPrivate

unsigned char isPrivate

private key present?

Definition at line 81 of file libp11.h.

◆ label

char* label

Definition at line 78 of file libp11.h.

◆ needLogin

unsigned char needLogin

login to read private key?

Definition at line 82 of file libp11.h.


The documentation for this struct was generated from the following file:

libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de>OpenSC-Project.org Logo