org.apache.directory.api.ldap.extras.extended
Interface CertGenerationRequest

All Superinterfaces:
org.apache.directory.api.ldap.model.message.ExtendedRequest<CertGenerationResponse>, org.apache.directory.api.ldap.model.message.Message, org.apache.directory.api.ldap.model.message.Request, org.apache.directory.api.ldap.model.message.ResultResponseRequest<CertGenerationResponse>, org.apache.directory.api.ldap.model.message.SingleReplyRequest<CertGenerationResponse>
All Known Implementing Classes:
CertGenerationRequestImpl

public interface CertGenerationRequest
extends org.apache.directory.api.ldap.model.message.ExtendedRequest<CertGenerationResponse>

The interface for a certificate generation request extended operation.

Author:
Apache Directory Project

Field Summary
static String EXTENSION_OID
           
 
Fields inherited from interface org.apache.directory.api.ldap.model.message.ExtendedRequest
RESP_TYPE, TYPE
 
Method Summary
 String getIssuerDN()
           
 String getKeyAlgorithm()
           
 String getSubjectDN()
           
 String getTargetDN()
           
 void setIssuerDN(String issuerDN)
           
 void setKeyAlgorithm(String keyAlgorithm)
           
 void setSubjectDN(String subjectDN)
           
 void setTargetDN(String targetDN)
           
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ExtendedRequest
addAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestName
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.SingleReplyRequest
getResponseType
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponseRequest
getResultResponse
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Request
hasResponse
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
get, getControl, getControls, getMessageId, getType, hasControl, put
 

Field Detail

EXTENSION_OID

static final String EXTENSION_OID
See Also:
Constant Field Values
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.