The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

INTERFACE

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.