public class JDKFSTrustAnchorStore extends JDKInMemoryTrustAnchorStore
TrustAnchorStore
which load JDK's KeyStore
from a file.anchors, ca, keystore
observers
Constructor and Description |
---|
JDKFSTrustAnchorStore(java.lang.String truststorePath,
char[] password,
java.lang.String type,
java.util.Timer t,
long updateInterval,
ObserversHandler observers) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTruststorePath() |
protected void |
update()
implementation should update the contents of the trust anchor store.
|
getKeyStore, getTrustAnchors, getTrustedCertificates, load
dispose, scheduleUpdate, setUpdateInterval
checkValidity, getUpdateInterval
public JDKFSTrustAnchorStore(java.lang.String truststorePath, char[] password, java.lang.String type, java.util.Timer t, long updateInterval, ObserversHandler observers) throws java.security.KeyStoreException, java.io.IOException
java.security.KeyStoreException
java.io.IOException
protected void update()
TimedTrustAnchorStoreBase
update
in class JDKInMemoryTrustAnchorStore
public java.lang.String getTruststorePath()