public class CACertsResponse
extends java.lang.Object
Constructor | Description |
---|---|
CACertsResponse(org.bouncycastle.util.Store<X509CertificateHolder> store,
org.bouncycastle.util.Store<X509CRLHolder> crlHolderStore,
ESTRequest requestToRetry,
Source session,
boolean trusted) |
Modifier and Type | Method | Description |
---|---|---|
org.bouncycastle.util.Store<X509CertificateHolder> |
getCertificateStore() |
|
org.bouncycastle.util.Store<X509CRLHolder> |
getCrlStore() |
|
ESTRequest |
getRequestToRetry() |
|
java.lang.Object |
getSession() |
|
boolean |
hasCertificates() |
|
boolean |
hasCRLs() |
|
boolean |
isTrusted() |
public CACertsResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, org.bouncycastle.util.Store<X509CRLHolder> crlHolderStore, ESTRequest requestToRetry, Source session, boolean trusted)
public boolean hasCertificates()
public org.bouncycastle.util.Store<X509CertificateHolder> getCertificateStore()
public boolean hasCRLs()
public org.bouncycastle.util.Store<X509CRLHolder> getCrlStore()
public ESTRequest getRequestToRetry()
public java.lang.Object getSession()
public boolean isTrusted()