@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1791") public final class TlsTesting extends Object
Modifier and Type | Method and Description |
---|---|
static InputStream |
loadCert(String name)
Retrieves the specified test certificate or key resource in src/main/resources/certs/ as an
InputStream . |
public static InputStream loadCert(String name)
InputStream
.name
- name of a file in src/main/resources/certs/, e.g., "ca.key"
.