Class ClientSslTrustStore
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.clients.ClientSslTrustStore
Class for storing keys.
- Author:
- michal.polkorab
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
InputStream instance of key.static char[]
Returns the certificate password as char[].static char[]
Returns the KeyStore password as char[].
-
Method Details
-
asInputStream
InputStream instance of key.- Returns:
- key as InputStream
-
getCertificatePassword
public static char[] getCertificatePassword()Returns the certificate password as char[]. -
getKeyStorePassword
public static char[] getKeyStorePassword()Returns the KeyStore password as char[].
-