public final class PK11Module
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getLibraryName() |
Returns the name of the shared library implementing this module.
|
java.lang.String |
getName() |
Returns the common name of this module.
|
java.util.Enumeration<CryptoToken> |
getTokens() |
Get the CryptoTokens provided by this module.
|
void |
reloadTokens() |
Re-load the list of this module's tokens.
|
public java.lang.String getName()
public java.lang.String getLibraryName()
public java.util.Enumeration<CryptoToken> getTokens()
public void reloadTokens()