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


Crypt-NSS documentation  | view source Contained in the Crypt-NSS distribution.

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  | view source Contained in the Crypt-NSS distribution.