|
JSS 3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.pkcs11.PK11Module
Field Summary | |
private ModuleProxy |
moduleProxy
|
private java.util.Vector |
tokenVector
|
Constructor Summary | |
private |
PK11Module()
|
private |
PK11Module(byte[] pointer)
This constructor should only be called from native code. |
Method Summary | |
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 |
getTokens()
Get the CryptoTokens provided by this module. |
private void |
putTokensInVector(java.util.Vector tokens)
|
void |
reloadTokens()
Re-load the list of this module's tokens. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector tokenVector
private ModuleProxy moduleProxy
Constructor Detail |
private PK11Module()
private PK11Module(byte[] pointer)
Method Detail |
public java.lang.String getName()
public java.lang.String getLibraryName()
public java.util.Enumeration getTokens()
public void reloadTokens()
private void putTokensInVector(java.util.Vector tokens)
|
JSS 3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |