public final class DefaultTestCerts
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.io.InputStream |
loadMutualAuthCaPem()
Load the mutual auth CA file.
|
static java.io.InputStream |
loadServerKey()
Load the server private key.
|
static java.io.InputStream |
loadServerPem()
Load the server certificate chain file.
|
public static java.io.InputStream loadServerKey()
InputStream from the server private key file.public static java.io.InputStream loadServerPem()
InputStream from the server certificate chain file.public static java.io.InputStream loadMutualAuthCaPem()
InputStream from the mutual auth CA file.