public interface CertGenerationRequest extends ExtendedRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID for the Certificate Generation extended operation request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuerDN() |
String |
getKeyAlgorithm() |
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) |
addAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamegetResponseTypegetResultResponsehasResponseget, getControl, getControls, getMessageId, getType, hasControl, putstatic final String EXTENSION_OID
String getTargetDN()
void setTargetDN(String targetDN)
String getIssuerDN()
void setIssuerDN(String issuerDN)
String getSubjectDN()
void setSubjectDN(String subjectDN)
String getKeyAlgorithm()
void setKeyAlgorithm(String keyAlgorithm)
Copyright © 2021. All rights reserved.