Package io.deephaven.util
Class KeyStoreUtil
java.lang.Object
io.deephaven.util.KeyStoreUtil
public class KeyStoreUtil extends Object
-
Constructor Summary
Constructors Constructor Description KeyStoreUtil()
-
Method Summary
Modifier and Type Method Description static 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)
-