Class SslUtils


  • public class SslUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SslUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.KeyStore loadKeyStore​(java.lang.String keyStore, java.lang.String password, java.lang.String type)
      Load keystore
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SslUtils

        public SslUtils()
    • Method Detail

      • loadKeyStore

        @Nonnull
        public static java.security.KeyStore loadKeyStore​(@Nonnull
                                                          java.lang.String keyStore,
                                                          @Nullable
                                                          java.lang.String password,
                                                          @Nonnull
                                                          java.lang.String type)
        Load keystore
        Parameters:
        keyStore - keystore resource
        password - keystore password
        type - keystore type
        Returns:
        JKD keystore representation