PemKeyCertPair constructor
- String privateKey,
- String certChain
Creates a new instance.
privateKeyServer's private key in PEM format.certChainServer's certificate chain in PEM format.
Implementation
PemKeyCertPair(this.privateKey, this.certChain);
Creates a new instance.
privateKey Server's private key in PEM format.certChain Server's certificate chain in PEM format.PemKeyCertPair(this.privateKey, this.certChain);