Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.ocsp | |
tr.gov.tubitak.uekae.esya.asn.ocsp |
Constructor and Description |
---|
EOCSPResponse(OCSPResponseStatus responseStatus) |
EOCSPResponse(OCSPResponseStatus responseStatus,
com.objsys.asn1j.runtime.Asn1ObjectIdentifier oid,
byte[] responseBytes) |
Modifier and Type | Field and Description |
---|---|
protected static OCSPResponseStatus |
OCSPResponseStatus._internalError |
protected static OCSPResponseStatus |
OCSPResponseStatus._malformedRequest |
protected static OCSPResponseStatus |
OCSPResponseStatus._sigRequired |
protected static OCSPResponseStatus |
OCSPResponseStatus._successful |
protected static OCSPResponseStatus |
OCSPResponseStatus._tryLater |
protected static OCSPResponseStatus |
OCSPResponseStatus._unauthorized |
OCSPResponseStatus |
OCSPResponse.responseStatus |
Modifier and Type | Method and Description |
---|---|
static OCSPResponseStatus |
OCSPResponseStatus.internalError()
Singleton accessor method for internalError.
|
static OCSPResponseStatus |
OCSPResponseStatus.malformedRequest()
Singleton accessor method for malformedRequest.
|
static OCSPResponseStatus |
OCSPResponseStatus.sigRequired()
Singleton accessor method for sigRequired.
|
static OCSPResponseStatus |
OCSPResponseStatus.successful()
Singleton accessor method for successful.
|
static OCSPResponseStatus |
OCSPResponseStatus.tryLater()
Singleton accessor method for tryLater.
|
static OCSPResponseStatus |
OCSPResponseStatus.unauthorized()
Singleton accessor method for unauthorized.
|
static OCSPResponseStatus |
OCSPResponseStatus.valueOf(int _value)
Returns the instance associated with the value passed.
|
Constructor and Description |
---|
OCSPResponse(OCSPResponseStatus responseStatus_)
This constructor is for required elements only.
|
OCSPResponse(OCSPResponseStatus responseStatus_,
ResponseBytes responseBytes_)
This constructor sets all elements to references to the
given objects
|
Copyright © 2025. All rights reserved.