public class CertStoreCallback extends Object implements Callback
Constructor and Description |
---|
CertStoreCallback()
Create a CertStoreCallback.
|
Modifier and Type | Method and Description |
---|---|
CertStore |
getCertStore()
Get the requested CertStore.
|
void |
setCertStore(CertStore certStore)
Set the CertStore.
|
public CertStore getCertStore()
public void setCertStore(CertStore certStore)
certStore
- the certificate store, which may be null If null, the
requester is assumed to already have access to the relevant certificate
and/or chain.Copyright © 2018 JBoss by Red Hat. All rights reserved.