Class BrokerSSLIdentity

java.lang.Object
COM.activesw.api.client.BrokerSSLIdentity

public class BrokerSSLIdentity extends Object
This class is a data structure used to describe a broker's SSL identity - distinguished name (DN) and issuer distinguished name (issuer DN).
  • Method Details

    • getDn

      public String getDn()
      Get the BrokerServer's certificate distinguished name May return null if SSL is not set
      Returns:
      the DN
    • getIssuerDn

      public String getIssuerDn()
      Get the issuer distinguished name for the BrokerServer's certificate May return null if SSL is not set
      Returns:
      the Issuer DN