| Crypt-NSS documentation | Contained in the Crypt-NSS distribution. |
Crypt::NSS::PKCS11::Slot - Represents a physical or logical PKCS#11 slot.
Returns the name of the slot.
Returns the name of the token.
Returns whether the slot is implemented in hardware or software.
Returns whether the slot is available or not.
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__