|
JSS 3.1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.crypto.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.
Field Summary | |
private static TokenSupplier |
supplier
|
Constructor Summary | |
TokenSupplierManager()
|
Method Summary | |
static TokenSupplier |
getTokenSupplier()
|
static void |
setTokenSupplier(TokenSupplier ts)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private static TokenSupplier supplier
Constructor Detail |
public TokenSupplierManager()
Method Detail |
public static void setTokenSupplier(TokenSupplier ts)
public static TokenSupplier getTokenSupplier()
|
JSS 3.1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |