|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BrokerSSLConfigV2.KeystoreType in COM.activesw.api.client |
---|
Methods in COM.activesw.api.client that return BrokerSSLConfigV2.KeystoreType | |
---|---|
BrokerSSLConfigV2.KeystoreType |
BrokerSSLConfigV2.getKeystoreType()
Return the type of the keystore file |
static BrokerSSLConfigV2.KeystoreType |
BrokerSSLConfigV2.KeystoreType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BrokerSSLConfigV2.KeystoreType[] |
BrokerSSLConfigV2.KeystoreType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in COM.activesw.api.client with parameters of type BrokerSSLConfigV2.KeystoreType | |
---|---|
java.lang.String |
BrokerServerClient.getDNFromKeystore(java.lang.String keystore,
java.lang.String password,
BrokerSSLConfigV2.KeystoreType keystoreType)
Get the distinguished name in the given keystore on the broker server. |
java.lang.String |
BrokerServerClient.getIssuerDNFromKeystore(java.lang.String keystore,
java.lang.String password,
BrokerSSLConfigV2.KeystoreType keystoreType)
Get the issuer distinguished name in the given keystore on the broker server. |
void |
BrokerSSLConfigV2.setKeystoreType(BrokerSSLConfigV2.KeystoreType newKeystoreType)
Set the keystore file type. |
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |