PemKeyCertPair (API Reference)
Class PemKeyCertPair
java.lang.Object
com.here.sdk.maploader.remote.connection.PemKeyCertPair
The structure below exactly match the corresponding gRPC PemKeyCertPair structure. A key/certificate pair in PEM format.
-
Field Summary
FieldsModifier and TypeFieldDescriptionServer's certificate chain in PEM format.Server's private key in PEM format. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
privateKey
Server's private key in PEM format.
-
certChain
Server's certificate chain in PEM format.
-
-
Constructor Details
-
PemKeyCertPair
Creates a new instance.
- Parameters:
privateKey-Server's private key in PEM format.
certChain-Server's certificate chain in PEM format.
-