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