libp11 0.4.12
Data Fields
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?
 
void * _private
 

Detailed Description

PKCS11 key object (public or private)

Definition at line 57 of file libp11.h.

Field Documentation

◆ _private

void* _private

Definition at line 63 of file libp11.h.

◆ id

unsigned char* id

Definition at line 59 of file libp11.h.

◆ id_len

size_t id_len

Definition at line 60 of file libp11.h.

◆ isPrivate

unsigned char isPrivate

private key present?

Definition at line 61 of file libp11.h.

◆ label

char* label

Definition at line 58 of file libp11.h.

◆ needLogin

unsigned char needLogin

login to read private key?

Definition at line 62 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