| Package | Description |
|---|---|
| org.xipki.ocsp.server | |
| org.xipki.ocsp.server.type |
| Modifier and Type | Method and Description |
|---|---|
void |
OCSPRespBuilder.addResponse(CertID certId,
byte[] certStatus,
Date thisUpdate,
Date nextUpdate,
Extensions singleExtensions)
Add a response for a particular Certificate ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertID> |
OcspRequest.getRequestList() |
| Constructor and Description |
|---|
SingleResponse(CertID certId,
byte[] certStatus,
Date thisUpdate,
Date nextUpdate,
Extensions extensions) |
| Constructor and Description |
|---|
OcspRequest(int version,
List<CertID> requestList,
List<ExtendedExtension> extensions) |
Copyright © 2020. All rights reserved.