Uses of Class
org.xipki.ocsp.server.type.CertID
-
Packages that use CertID Package Description org.xipki.ocsp.server org.xipki.ocsp.server.type -
-
Uses of CertID in org.xipki.ocsp.server
Methods in org.xipki.ocsp.server with parameters of type CertID Modifier and Type Method Description voidOCSPRespBuilder. addResponse(CertID certId, byte[] certStatus, Instant thisUpdate, Instant nextUpdate, Extensions singleExtensions)Add a response for a particular Certificate ID. -
Uses of CertID in org.xipki.ocsp.server.type
Methods in org.xipki.ocsp.server.type that return types with arguments of type CertID Modifier and Type Method Description List<CertID>OcspRequest. getRequestList()Constructors in org.xipki.ocsp.server.type with parameters of type CertID Constructor Description SingleResponse(CertID certId, byte[] certStatus, Instant thisUpdate, Instant nextUpdate, Extensions extensions)Constructor parameters in org.xipki.ocsp.server.type with type arguments of type CertID Constructor Description OcspRequest(int version, List<CertID> requestList, List<ExtendedExtension> extensions)
-