Class SslKeyStore
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.core.SslKeyStore
Class for storing keys.
- Author:
- michal.polkorab
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
asInputStream
(String filename, PathType pathType) InputStream instance of key - key location is on classpath.
-
Method Details
-
asInputStream
InputStream instance of key - key location is on classpath.- Parameters:
filename
- keystore locationpathType
- keystore location type - "classpath" or "path"- Returns:
- key as InputStream
-