NAME

Crypt::NSS::PKCS11 - Functions needed for communicating with PKCS#11 cryptographic modules

DESCRIPTION

PKCS#11 is a API for interfacing with cryptographic modules such as software tokens, smart cards. This module provides functions for obtaining certificates, keys, passwords etc.

INTERFACE

CLASS METHODS

set_password_func ( CALLBACK )

Sets the function to call when a PKCS#11 module needs a password. The argument CALLBACK must be either a code reference or a fully qualified function name.