| Package | Description |
|---|---|
| org.apache.dubbo.common.ssl |
| Modifier and Type | Method and Description |
|---|---|
AuthPolicy |
ProviderCert.getAuthPolicy() |
static AuthPolicy |
AuthPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthPolicy[] |
AuthPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProviderCert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
AuthPolicy authPolicy) |
ProviderCert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
String password,
AuthPolicy authPolicy) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.