Class SslKeyStore
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.core.SslKeyStore
 
- 
 public final class SslKeyStore extends Object Class for storing keys.- Author:
- michal.polkorab
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStreamasInputStream(String filename, PathType pathType)InputStream instance of key - key location is on classpath.
 
- 
- 
- 
Method Detail- 
asInputStreampublic static InputStream asInputStream(String filename, PathType pathType) InputStream instance of key - key location is on classpath.- Parameters:
- filename- keystore location
- pathType- keystore location type - "classpath" or "path"
- Returns:
- key as InputStream
 
 
- 
 
-