public interface CertGenerationRequest
extends org.apache.directory.api.ldap.model.message.ExtendedRequest
CertGeneration ::= SEQUENCE {
target OCTET STRING,
issuer OCTET STRING,
subject OCTET STRING,
keyAlgorithm OCTET STRING
}
| 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 Target DN for the certificate storage
|
void |
setIssuerDN(String issuerDN)
Sets the issuer's DN
|
void |
setKeyAlgorithm(String keyAlgorithm)
Sets the Key algorithm
|
void |
setSubjectDN(String subjectDN)
Sets the subect's DN
|
void |
setTargetDN(String targetDN)
Sets the target DN
|
addAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamegetResponseTypestatic final String EXTENSION_OID
String getTargetDN()
void setTargetDN(String targetDN)
targetDN - The target DNString getIssuerDN()
void setIssuerDN(String issuerDN)
issuerDN - the issuer's DNString getSubjectDN()
void setSubjectDN(String subjectDN)
subjectDN - The subect's DNString getKeyAlgorithm()
void setKeyAlgorithm(String keyAlgorithm)
keyAlgorithm - The Key algorithmCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.