Package io.deephaven.util
Class KeyStoreUtil
java.lang.Object
io.deephaven.util.KeyStoreUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyProcedure
(Consumer<X509Certificate> callback, KeyStore keyStore) static int
doExpirationCheck
(com.fishlib.base.Procedure.Unary<X509Certificate> expiringCallback, int thresholdDays, KeyStore keyStore)
-
Constructor Details
-
KeyStoreUtil
public KeyStoreUtil()
-
-
Method Details
-
applyProcedure
-
doExpirationCheck
public static int doExpirationCheck(com.fishlib.base.Procedure.Unary<X509Certificate> expiringCallback, int thresholdDays, KeyStore keyStore)
-