Class CertGenerationRequestContainer
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.AbstractContainer
-
- org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestContainer
-
- All Implemented Interfaces:
Asn1Container
public class CertGenerationRequestContainer extends AbstractContainer
A container for certificate generation request codec.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description CertGenerationRequestContainer()Creates a new CertGenContainer object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean the container for the next decoding.CertGenerationRequestgetCertGenerationRequest()voidsetCertGenerationRequest(CertGenerationRequest certGenerationRequest)Set a CertGenerationRequest instance into the container.-
Methods inherited from class org.apache.directory.api.asn1.ber.AbstractContainer
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
-
-
-
-
Method Detail
-
getCertGenerationRequest
public CertGenerationRequest getCertGenerationRequest()
- Returns:
- Returns the CertGenerationRequest instance.
-
setCertGenerationRequest
public void setCertGenerationRequest(CertGenerationRequest certGenerationRequest)
Set a CertGenerationRequest instance into the container. It will be completed by the ldapDecoder.- Parameters:
certGenerationRequest- the CertGenerationRequest to set.
-
clean
public void clean()
Clean the container for the next decoding.- Overrides:
cleanin classAbstractContainer
-
-