public class InitializationResponse extends PKICertRepMessage
PKIMessageBody.Type
Constructor and Description |
---|
InitializationResponse()
Create a new, empty
InitializationResponse . |
InitializationResponse(CertResponse cr)
Create a new
InitializationResponse with
the given CertResponse . |
InitializationResponse(java.io.InputStream is)
Create a new
InitializationResponse 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 . |
addCertificate, addCertResponse, getCertificates, getCertResponses, input, toString
inputInstance, length, output
public InitializationResponse()
InitializationResponse
.
Use the PKICertRepMessage.addCertResponse(oracle.security.crypto.cmp.CertResponse)
or PKICertRepMessage.input(java.io.InputStream)
methods
to complete the object's contents.public InitializationResponse(CertResponse cr)
InitializationResponse
with
the given CertResponse
.public InitializationResponse(java.io.InputStream is) throws java.io.IOException
InitializationResponse
by reading its
encoding from the given input stream.java.io.IOException
public PKIMessageBody.Type getType()
PKIMessageBody
PKIMessageBody.Type
.getType
in class PKIMessageBody