org.mozilla.jss.pkix.crmf
public class CertRequest extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | CertRequest.Template
A Template class for constructing CertRequests from their
BER encoding. |
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| CertRequest(INTEGER certReqId, CertTemplate certTemplate, SEQUENCE controls) | |
| Method Summary | |
|---|---|
| AVA | controlAt(int i)
Returns the ith Control. |
| void | encode(OutputStream ostream)
This method is not yet supported. |
| void | encode(Tag implicit, OutputStream ostream)
This method is not yet supported. |
| INTEGER | getCertReqId()
Returns the certReqId (certificate request ID) field. |
| CertTemplate | getCertTemplate()
Returns the CertTemplate field. |
| Tag | getTag() |
| int | numControls()
Returns the number of optional Controls in the cert request.
|
Parameters: certReqId May NOT be null. certTemplate May NOT be null. controls May be null.
i must be in the
range [0..numControls-1].