Class ClientSslKeyStore
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.clients.ClientSslKeyStore
-
public final class ClientSslKeyStore extends Object
Class for storing keys.- Author:
- michal.polkorab
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
asInputStream()
InputStream instance of key.static char[]
getCertificatePassword()
Returns the certificate password as char[].static char[]
getKeyStorePassword()
Returns the KeyStore password as char[].
-
-
-
Method Detail
-
asInputStream
public static InputStream 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[].
-
-