Method and Description |
---|
net.devh.boot.grpc.server.config.GrpcServerProperties.Security.setCertificateChainPath(String) |
net.devh.boot.grpc.server.config.GrpcServerProperties.Security.setPrivateKeyPath(String) |
net.devh.boot.grpc.server.config.GrpcServerProperties.Security.setTrustCertCollectionPath(String) |
net.devh.boot.grpc.server.serverfactory.AbstractGrpcServerFactory.toCheckedFile(String, String)
Will be removed in a future version. Prefer spring's
Resource s instead of plain files. |