public class CrossCertRequest extends PKICertReqMessages
PKIMessageBody.Type
Constructor and Description |
---|
CrossCertRequest()
Create a new, empty
CrossCertRequest . |
CrossCertRequest(CertReqMsg crm)
Creates a new
CrossCertRequest message body with the specified CertReqMsg . |
CrossCertRequest(java.io.InputStream is)
Create a new
CrossCertRequest by reading its encoding from the given input stream. |
Modifier and Type | Method and Description |
---|---|
PKIMessageBody.Type |
getType()
Returns one of the values defined in
PKIMessageBody.Type . |
addCertReqMsg, getCertReqMessages, input, toString
inputInstance, length, output
public CrossCertRequest()
CrossCertRequest
. Use the PKICertReqMessages.addCertReqMsg(oracle.security.crypto.cmp.CertReqMsg)
or PKICertReqMessages.input(java.io.InputStream)
methods to complete the object's contents.public CrossCertRequest(CertReqMsg crm)
CrossCertRequest
message body with the specified CertReqMsg
.public CrossCertRequest(java.io.InputStream is) throws java.io.IOException
CrossCertRequest
by reading its encoding from the given input stream.java.io.IOException
public PKIMessageBody.Type getType()
PKIMessageBody
PKIMessageBody.Type
.getType
in class PKIMessageBody