Class ClientSslKeyStore
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.clients.ClientSslKeyStore
Class for storing keys.
- Author:
- michal.polkorab
- 
Method SummaryModifier and TypeMethodDescriptionstatic InputStreamInputStream instance of key.static char[]Returns the certificate password as char[].static char[]Returns the KeyStore password as char[].
- 
Method Details- 
asInputStreamInputStream instance of key.- Returns:
- key as InputStream
 
- 
getCertificatePasswordpublic static char[] getCertificatePassword()Returns the certificate password as char[].
- 
getKeyStorePasswordpublic static char[] getKeyStorePassword()Returns the KeyStore password as char[].
 
-