Crypt::NSS::PKCS11::Slot - Represents a physical or logical PKCS#11 slot.


Crypt-NSS documentation Contained in the Crypt-NSS distribution.

Index


Code Index:

NAME

Top

Crypt::NSS::PKCS11::Slot - Represents a physical or logical PKCS#11 slot.

INTERFACE

Top

INSTANCE METHODS

slot_name ( ) : string

Returns the name of the slot.

token_name ( ) : string

Returns the name of the token.

is_hardware () : boolean

Returns whether the slot is implemented in hardware or software.

is_present ( ) : boolean

Returns whether the slot is available or not.

is_readonly ( ) : boolean

Returns whether the slot is read-only.


Crypt-NSS documentation Contained in the Crypt-NSS distribution.

package Crypt::NSS::PKCS11::Slot

use strict;
use warnings;

1;
__END__