public class TrustStoreCallback extends Object implements Callback
A trusted certificate KeyStore may be used to determine whether a given certificate chain can be trusted.
Constructor and Description |
---|
TrustStoreCallback()
Create a new TrustStoreCallback.
|
Modifier and Type | Method and Description |
---|---|
KeyStore |
getTrustStore()
Get the requested trusted certificate KeyStore.
|
void |
setTrustStore(KeyStore trustStore)
Set the trusted certificate KeyStore.
|
public KeyStore getTrustStore()
public void setTrustStore(KeyStore trustStore)
trustStore
- the trusted certificate KeyStore, which
must already be loaded.Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.