|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.crypto.TokenSupplierManager
public class TokenSupplierManager
The org.mozilla.jss.provider package comes before CryptoManager in
the depency list, so this class is used to allow them to access
CryptoManager sneakily. When CryptoManager initializes, it registers
itself as a token supplier with setTokenSupplier
. Then
the providers call getTokenSupplier
when they need to use
CryptoManager. CryptoManager implements the TokenSupplier interface.
Constructor Summary | |
---|---|
TokenSupplierManager()
|
Method Summary | |
---|---|
static TokenSupplier |
getTokenSupplier()
|
static void |
setTokenSupplier(TokenSupplier ts)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TokenSupplierManager()
Method Detail |
---|
public static void setTokenSupplier(TokenSupplier ts)
public static TokenSupplier getTokenSupplier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |