public class CertGenerationResponse extends ExtendedResponseImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The CertGenerationResponse OID
|
oid, valueTYPE| Constructor and Description |
|---|
CertGenerationResponse(int messageId) |
CertGenerationResponse(int messageId,
ResultCodeEnum rcode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks to see if an object equals this ExtendedRequest.
|
byte[] |
getResponse()
Gets the reponse OID specific encoded response values.
|
String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a.
|
void |
setResponse(byte[] value)
Sets the response OID specific encoded response values.
|
void |
setResponseName(String oid)
Sets the OID uniquely identifying this extended response (a.k.a.
|
getEncodedValue, getID, setOidgetLdapResult, toStringadd, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, removeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLdapResultadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removepublic static final String EXTENSION_OID
public CertGenerationResponse(int messageId,
ResultCodeEnum rcode)
public CertGenerationResponse(int messageId)
public byte[] getResponse()
getResponse in interface InternalExtendedResponsegetResponse in class ExtendedResponseImplpublic void setResponse(byte[] value)
setResponse in interface InternalExtendedResponsesetResponse in class ExtendedResponseImplvalue - the response specific encoded response values.public String getResponseName()
getResponseName in interface InternalExtendedResponsegetResponseName in class ExtendedResponseImplpublic void setResponseName(String oid)
setResponseName in interface InternalExtendedResponsesetResponseName in class ExtendedResponseImploid - the OID of the extended response type.public boolean equals(Object obj)
ExtendedResponseImplequals in class ExtendedResponseImplobj - the object to be checked for equalityCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.