static TlsValidationContextTrust |
TlsValidationContextTrust.fromAcm(Consumer<TlsValidationContextAcmTrust.Builder> acm) |
Create an instance of this class with acm() initialized to the given value.
|
static TlsValidationContextTrust |
TlsValidationContextTrust.fromAcm(TlsValidationContextAcmTrust acm) |
Create an instance of this class with acm() initialized to the given value.
|
static TlsValidationContextTrust |
TlsValidationContextTrust.fromFile(Consumer<TlsValidationContextFileTrust.Builder> file) |
Create an instance of this class with file() initialized to the given value.
|
static TlsValidationContextTrust |
TlsValidationContextTrust.fromFile(TlsValidationContextFileTrust file) |
Create an instance of this class with file() initialized to the given value.
|
static TlsValidationContextTrust |
TlsValidationContextTrust.fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds) |
Create an instance of this class with sds() initialized to the given value.
|
static TlsValidationContextTrust |
TlsValidationContextTrust.fromSds(TlsValidationContextSdsTrust sds) |
Create an instance of this class with sds() initialized to the given value.
|
TlsValidationContextTrust |
TlsValidationContext.trust() |
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|