Package org.apache.dubbo.common.ssl
Class Cert
java.lang.Object
org.apache.dubbo.common.ssl.Cert
- Direct Known Subclasses:
ProviderCert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]byte[]
-
Constructor Details
-
Cert
public Cert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert) -
Cert
-
-
Method Details
-
getKeyCertChain
public byte[] getKeyCertChain() -
getKeyCertChainInputStream
-
getPrivateKey
public byte[] getPrivateKey() -
getPrivateKeyInputStream
-
getTrustCert
public byte[] getTrustCert() -
getTrustCertInputStream
-
getPassword
-