sc_der_copy

Langue: en

Autres versions - même langue

Version: 02/26/2009 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sc_der_copy - Copy a DER structure

SYNOPSIS

 #include <opensc.h>
 
 void sc_der_copy(sc_pkcs15_der_t *dst, const sc_pkcs15_der_t *src);
                 
 

DESCRIPTION

This function copies the OpenSC DER structure pointed to by src to dst, which must point to enough space to hold this structure.