public class CertGenerationRequestContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest |
certGenerationRequest
CertGenerationObject
|
| Constructor and Description |
|---|
CertGenerationRequestContainer()
Creates a new CertGenContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container for the next decoding.
|
org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest |
getCertGenerationRequest() |
void |
setCertGenerationRequest(org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest certGenerationRequest)
Set a CertGenerationRequest instance into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentprivate org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest certGenerationRequest
public CertGenerationRequestContainer()
public org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest getCertGenerationRequest()
public void setCertGenerationRequest(org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest certGenerationRequest)
certGenerationRequest - the CertGenerationRequest to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.