public class BrokerSSLConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
certificate_file
The certificate file.
|
java.lang.String |
distinguished_name
The distinguished name.
|
java.lang.String |
issuer_distinguished_name
The issuer distinguished name (may be null).
|
java.lang.String |
password
The certificate file password.
|
Constructor and Description |
---|
BrokerSSLConfig()
Create an empty SSL config object
|
BrokerSSLConfig(java.lang.String cert_file,
java.lang.String password,
java.lang.String dist_name,
java.lang.String issuer_dist_name)
Create a SSL config with values set.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Convert to a string.
|
java.lang.String |
toString(int indent_level)
Convert to a string.
|
public java.lang.String certificate_file
public java.lang.String password
public java.lang.String distinguished_name
public java.lang.String issuer_distinguished_name
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.