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