| Package | Description |
|---|---|
| com.netscape.certsrv.ocsp | |
| com.netscape.cmsutil.ocsp |
| Modifier and Type | Method and Description |
|---|---|
ResponderID |
IOCSPAuthority.getResponderIDByHash()
This method retrieves the responder ID by its hash.
|
ResponderID |
IOCSPAuthority.getResponderIDByName()
This method retrieves the responder ID by its name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyHashID
RFC 2560:
|
class |
NameID
RFC 2560:
|
| Modifier and Type | Method and Description |
|---|---|
ResponderID |
ResponseData.getResponderID() |
| Constructor and Description |
|---|
ResponseData(org.mozilla.jss.asn1.INTEGER ver,
ResponderID rid,
org.mozilla.jss.asn1.GeneralizedTime produced,
SingleResponse[] sr,
org.mozilla.jss.pkix.cert.Extension[] exts) |
ResponseData(ResponderID rid,
org.mozilla.jss.asn1.GeneralizedTime produced,
SingleResponse[] sr) |
ResponseData(ResponderID rid,
org.mozilla.jss.asn1.GeneralizedTime produced,
SingleResponse[] sr,
org.mozilla.jss.pkix.cert.Extension[] exts) |