webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerSSLIdentity

java.lang.Object
  extended by COM.activesw.api.client.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
 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

webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.