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, setValue
getType, getValue, readExternal, writeExternal
public CertRequestRegInfo()
public CertRequestRegInfo(CertRequest certReq)
public CertRequestRegInfo(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public CertRequest getCertRequest()
protected void encodeValue()
RegistrationInfo
ASN1Object
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(oracle.security.crypto.asn1.ASN1Object)
method to set the encoded structure.
encodeValue
in class RegistrationInfo
protected void decodeValue()
RegistrationInfo
AttributeTypeAndValue
'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