org.mozilla.jss.pkix.crmf
Class CertRequest
java.lang.Object
|
+--org.mozilla.jss.pkix.crmf.CertRequest
- public class CertRequest
- extends java.lang.Object
- implements ASN1Value
A PKIX CertRequest. Currently can only be decoded from its BER
encoding. There are no methods for constructing one.
Inner Class Summary |
static class |
CertRequest.Template
A Template class for constructing CertRequests from their
BER encoding. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
certReqId
private INTEGER certReqId
certTemplate
private CertTemplate certTemplate
controls
private SEQUENCE controls
TAG
public static final Tag TAG
CertRequest
private CertRequest()
CertRequest
CertRequest(INTEGER certReqId,
CertTemplate certTemplate,
SEQUENCE controls)
- Private constructor for the Template class.
- Parameters:
controls
- May be null.
getCertReqId
public INTEGER getCertReqId()
- Returns the certReqId (certificate request ID) field.
getCertTemplate
public CertTemplate getCertTemplate()
- Returns the CertTemplate field.
numControls
public int numControls()
- Returns the number of optional Controls in the cert request.
The number may be zero.
controlAt
public AVA controlAt(int i)
- Returns the ith Control.
i
must be in the
range [0..numControls-1].
getTag
public Tag getTag()
- Specified by:
- getTag in interface ASN1Value
encode
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
- This method is not yet supported.
- Specified by:
- encode in interface ASN1Value
encode
public void encode(Tag implicit,
java.io.OutputStream ostream)
throws java.io.IOException
- This method is not yet supported.
- Specified by:
- encode in interface ASN1Value