Class BrokerSSLIdentity


  • public class BrokerSSLIdentity
    extends java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDn()
      Get the BrokerServer's certificate distinguished name May return null if SSL is not set
      java.lang.String getIssuerDn()
      Get the issuer distinguished name for the BrokerServer's certificate May return null if SSL is not set
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDn

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

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