public class CertGenerationRequestImpl extends AbstractExtendedRequest implements CertGenerationRequest
controlsEXTENSION_OID| Constructor and Description |
|---|
CertGenerationRequestImpl()
Creates a new instance of CertGenerationRequest.
|
CertGenerationRequestImpl(int messageId,
String targerDN,
String issuerDN,
String subjectDN,
String keyAlgorithm)
Creates a new instance of CertGenerationRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuerDN() |
String |
getKeyAlgorithm() |
CertGenerationResponse |
getResultResponse()
The result containing response for this request.
|
String |
getSubjectDN() |
String |
getTargetDN()
Get the Traget DN for the certificate storage
|
void |
setIssuerDN(String issuerDN) |
void |
setKeyAlgorithm(String keyAlgorithm) |
void |
setSubjectDN(String subjectDN) |
void |
setTargetDN(String targetDN) |
String |
toString()
Get a String representation of an Extended Request
|
addAllControls, addControl, equals, getRequestName, getResponse, getResponseType, hashCode, removeControl, setMessageId, setRequestName, setResponsehasResponseget, getControl, getControls, getMessageId, getType, hasControl, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamegetResponseTypehasResponseget, getControl, getControls, getMessageId, getType, hasControl, putpublic CertGenerationRequestImpl(int messageId,
String targerDN,
String issuerDN,
String subjectDN,
String keyAlgorithm)
messageId - the message idtargerDN - the Dn of target entry whose key and certificate values will be changedissuerDN - Dn to be used as the issuer's Dn in the certificatesubjectDN - Dn to be used as certificate's subjectkeyAlgorithm - crypto algorithm name to be used for generating the keyspublic CertGenerationRequestImpl()
public String getTargetDN()
getTargetDN in interface CertGenerationRequestpublic void setTargetDN(String targetDN)
setTargetDN in interface CertGenerationRequestpublic String getIssuerDN()
getIssuerDN in interface CertGenerationRequestpublic void setIssuerDN(String issuerDN)
setIssuerDN in interface CertGenerationRequestpublic String getSubjectDN()
getSubjectDN in interface CertGenerationRequestpublic void setSubjectDN(String subjectDN)
setSubjectDN in interface CertGenerationRequestpublic String getKeyAlgorithm()
getKeyAlgorithm in interface CertGenerationRequestpublic void setKeyAlgorithm(String keyAlgorithm)
setKeyAlgorithm in interface CertGenerationRequestpublic CertGenerationResponse getResultResponse()
AbstractExtendedRequestgetResultResponse in interface ResultResponseRequestgetResultResponse in class AbstractExtendedRequestpublic String toString()
AbstractExtendedRequesttoString in class AbstractExtendedRequestCopyright © 2021. All rights reserved.