Package org.apache.dubbo.common.ssl
Class ProviderCert
java.lang.Object
org.apache.dubbo.common.ssl.Cert
org.apache.dubbo.common.ssl.ProviderCert
-
Constructor Summary
ConstructorsConstructorDescriptionProviderCert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert, String password, AuthPolicy authPolicy) ProviderCert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert, AuthPolicy authPolicy) -
Method Summary
Methods inherited from class org.apache.dubbo.common.ssl.Cert
getKeyCertChain, getKeyCertChainInputStream, getPassword, getPrivateKey, getPrivateKeyInputStream, getTrustCert, getTrustCertInputStream
-
Constructor Details
-
ProviderCert
public ProviderCert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert, AuthPolicy authPolicy) -
ProviderCert
public ProviderCert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert, String password, AuthPolicy authPolicy)
-
-
Method Details
-
getAuthPolicy
-