public class CertRequestRegInfo extends RegistrationInfo
CertRequest.decoded, encoded| Constructor and Description |
|---|
CertRequestRegInfo() |
CertRequestRegInfo(CertRequest certReq) |
CertRequestRegInfo(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeValue()
Decodes the superclass
AttributeTypeAndValue's
ASN1Object value to populate this control's fields. |
protected void |
encodeValue()
Encodes this control's fields as an
ASN1Object
for the superclass AttributeTypeAndValue's value. |
CertRequest |
getCertRequest() |
input, inputInstance, length, output, setValuegetType, getValue, readExternal, writeExternalpublic CertRequestRegInfo()
public CertRequestRegInfo(CertRequest certReq)
public CertRequestRegInfo(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic CertRequest getCertRequest()
protected void encodeValue()
RegistrationInfoASN1Object
for the superclass AttributeTypeAndValue's value.
Subclasses must override this method to properly test and
set the RegistrationInfo.encoded field, and invoke the superclass
RegistrationInfo.setValue(ASN1Object) method to set the encoded structure.
encodeValue in class RegistrationInfoprotected void decodeValue()
RegistrationInfoAttributeTypeAndValue's
ASN1Object value to populate this control's fields.
Subclasses must override this method to invoke the superclass
AttributeTypeAndValue.getValue() method to get the structure to decode, and
properly test and set the RegistrationInfo.decoded field.
decodeValue in class RegistrationInfo