Package COM.activesw.api.client
Class BrokerSSLIdentity
java.lang.Object
COM.activesw.api.client.BrokerSSLIdentity
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
Modifier and TypeMethodDescriptiongetDn()
Get the BrokerServer's certificate distinguished name May return null if SSL is not setGet the issuer distinguished name for the BrokerServer's certificate May return null if SSL is not set
-
Method Details
-
getDn
Get the BrokerServer's certificate distinguished name May return null if SSL is not set- Returns:
- the DN
-
getIssuerDn
Get the issuer distinguished name for the BrokerServer's certificate May return null if SSL is not set- Returns:
- the Issuer DN
-