Package io.micronaut.grpc.server
Class GrpcSslConfiguration
java.lang.Object
io.micronaut.grpc.server.GrpcSslConfiguration
Configuration for the SSL properties of GRPC.
- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetCertChain(@Nullable String certChain) voidsetPrivateKey(@Nullable String privateKey)  
- 
Constructor Details
- 
GrpcSslConfiguration
public GrpcSslConfiguration() 
 - 
 - 
Method Details
- 
getCertChain
- Returns:
 - The cert chain
 
 - 
setCertChain
- Parameters:
 certChain- Sets the cert chain
 - 
getPrivateKey
- Returns:
 - The private key
 
 - 
setPrivateKey
- Parameters:
 privateKey- Sets the private key
 
 -