public class JDKFSTrustAnchorStore extends JDKInMemoryTrustAnchorStore
TrustAnchorStore
which load JDK's KeyStore
from a file.anchors, ca, keystore
observers
Constructor and Description |
---|
JDKFSTrustAnchorStore(String truststorePath,
char[] password,
String type,
Timer t,
long updateInterval,
ObserversHandler observers) |
Modifier and Type | Method and Description |
---|---|
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(String truststorePath, char[] password, String type, Timer t, long updateInterval, ObserversHandler observers) throws KeyStoreException, IOException
KeyStoreException
IOException
protected void update()
TimedTrustAnchorStoreBase
update
in class JDKInMemoryTrustAnchorStore
public String getTruststorePath()
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.