Pkcs11Options

public final class Pkcs11Options

Locates the signing key on a PKCS#11 (Cryptoki) module — a hardware security module, USB token, or smartcard accessed through a vendor driver. Used when is . Works on any platform the vendor module supports.

Constructors

Link copied to clipboard
public void Pkcs11Options()

Functions

Link copied to clipboard
public final String getKeyLabel()
The label of the signing key to use.
Link copied to clipboard
public final String getModulePath()
The file path of the vendor PKCS#11 module (for example opensc-pkcs11.dll).
Link copied to clipboard
public final String getPin()
The user PIN used to log in to the token.
Link copied to clipboard
public final String getTokenLabel()
The label of the token to use.
Link copied to clipboard
public final void setKeyLabel(String value)
The label of the signing key to use.
Link copied to clipboard
public final void setModulePath(String value)
The file path of the vendor PKCS#11 module (for example opensc-pkcs11.dll).
Link copied to clipboard
public final void setPin(String value)
The user PIN used to log in to the token.
Link copied to clipboard
public final void setTokenLabel(String value)
The label of the token to use.