Class SslKeyStore


  • public final class SslKeyStore
    extends Object
    • Method Detail

      • asInputStream

        public static InputStream asInputStream​(String filename,
                                                PathType pathType)
        InputStream instance of key - key location is on classpath or specific path.
        Parameters:
        filename - keystore location
        pathType - keystore location type - "classpath" or "path"
        Returns:
        key as InputStream