Package | Description |
---|---|
COM.activesw.api.client | |
COM.activesw.api.client.enums |
Modifier and Type | Method and Description |
---|---|
TruststoreType |
BrokerConnectionDescriptor.getSSLTruststoreType()
Returns the truststore type set on the connection descriptor.
|
Modifier and Type | Method and Description |
---|---|
static BrokerSSLCertificate |
BrokerConnectionDescriptor.getSSLCertificate(java.lang.String certificate_file,
java.lang.String trust_file,
KeystoreType keystore_type,
TruststoreType truststore_type,
java.lang.String password)
Get the SSL certificate for a specific distinguished name from a certificate file.
|
static java.lang.String[] |
BrokerConnectionDescriptor.getSSLCertificateDns(java.lang.String certificate_file,
java.lang.String trust_file,
KeystoreType keystore_type,
TruststoreType truststore_type,
java.lang.String password)
Get the list of distinguished names from a certificate file.
|
static java.lang.String[] |
BrokerConnectionDescriptor.getSSLRootDns(java.lang.String keystore,
java.lang.String truststore,
KeystoreType keystore_type,
TruststoreType truststore_type,
java.lang.String password)
Get the list of trusted root distinguished names from a certificate file.
|
void |
BrokerConnectionDescriptor.setSSLCertificate(java.lang.String keystore,
java.lang.String truststore,
KeystoreType keystore_type,
TruststoreType truststore_type,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
static TruststoreType |
TruststoreType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TruststoreType[] |
TruststoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.