Package com.devebot.opflow.supports
Class OpflowKeytool
java.lang.Object
com.devebot.opflow.supports.OpflowKeytool
public class OpflowKeytool extends Object
- Author:
- drupalex
-
Constructor Summary
Constructors Constructor Description OpflowKeytool() -
Method Summary
Modifier and Type Method Description static SSLContextbuildSSLContext(String pkcs12File, String pkcs12Passphrase, KeyStore tks)static SSLContextbuildSSLContextWithCertFile(String pkcs12File, String pkcs12Passphrase, String caCertFile)static SSLContextbuildSSLContextWithKeyStore(String pkcs12File, String pkcs12Passphrase, String trustStoreFile, String trustPassphrase)
-
Constructor Details
-
OpflowKeytool
public OpflowKeytool()
-
-
Method Details
-
buildSSLContextWithCertFile
public static SSLContext buildSSLContextWithCertFile(String pkcs12File, String pkcs12Passphrase, String caCertFile) -
buildSSLContextWithKeyStore
public static SSLContext buildSSLContextWithKeyStore(String pkcs12File, String pkcs12Passphrase, String trustStoreFile, String trustPassphrase) -
buildSSLContext
-