org.mozilla.jss.pkix.cmmf
public class CertResponse extends Object implements ASN1Value
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| CertResponse(INTEGER certReqId, PKIStatusInfo status) | |
| CertResponse(INTEGER certReqId, PKIStatusInfo status, CertifiedKeyPair certifiedKeyPair) | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| CertifiedKeyPair | getCertifiedKeyPair()
Returns the optional certified key pair. |
| INTEGER | getCertReqId() |
| PKIStatusInfo | getPKIStatusInfo() |
| Tag | getTag() |
| boolean | hasCertifiedKeyPair()
Returns true if the certifiedKeyPair field is present. |
true if the certifiedKeyPair field is present.