Class ClientSslTrustStore

java.lang.Object
org.opendaylight.openflowjava.protocol.impl.clients.ClientSslTrustStore

public final class ClientSslTrustStore extends Object
Class for storing keys.
Author:
michal.polkorab
  • Method Details

    • 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[].