Class SslKeyStore
- java.lang.Object
-
- org.opendaylight.protocol.pcep.impl.tls.SslKeyStore
-
public final class SslKeyStore extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
asInputStream(String filename, PathType pathType)
InputStream instance of key - key location is on classpath or specific path.
-
-
-
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 locationpathType
- keystore location type - "classpath" or "path"- Returns:
- key as InputStream
-
-