Class SslKeyStore
java.lang.Object
org.opendaylight.protocol.pcep.impl.tls.SslKeyStore
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamasInputStream(String filename, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls.PathType pathType) InputStream instance of key - key location is on classpath or specific path.
-
Method Details
-
asInputStream
public static InputStream asInputStream(String filename, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls.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
-