org.apache.directory.shared.ldap.extras.extended
Interface CertGenerationRequest
- All Superinterfaces:
- ExtendedRequest<CertGenerationResponse>, Message, Request, ResultResponseRequest<CertGenerationResponse>, SingleReplyRequest<CertGenerationResponse>
- All Known Implementing Classes:
- CertGenerationRequestImpl
public interface CertGenerationRequest
- extends ExtendedRequest<CertGenerationResponse>
The interface for a certificate generation request extended operation.
- Author:
- Apache Directory Project
| Methods inherited from interface org.apache.directory.shared.ldap.model.message.Request |
hasResponse |
EXTENSION_OID
static final String EXTENSION_OID
- See Also:
- Constant Field Values
getTargetDN
String getTargetDN()
setTargetDN
void setTargetDN(String targetDN)
getIssuerDN
String getIssuerDN()
setIssuerDN
void setIssuerDN(String issuerDN)
getSubjectDN
String getSubjectDN()
setSubjectDN
void setSubjectDN(String subjectDN)
getKeyAlgorithm
String getKeyAlgorithm()
setKeyAlgorithm
void setKeyAlgorithm(String keyAlgorithm)
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.