org.apache.directory.shared.ldap.extras.extended.ads_impl
Class CertGenerationContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.extras.extended.ads_impl.CertGenerationContainer
- All Implemented Interfaces:
- Asn1Container
public class CertGenerationContainer
- extends AbstractContainer
A container for certificate generation request codec.
- Author:
- Apache Directory Project
| Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertGenerationContainer
public CertGenerationContainer()
- Creates a new CertGenContainer object. We will store one
grammar, it's enough ...
getCertGenerationObject
public CertGenerationObject getCertGenerationObject()
- Returns:
- Returns the CertGenerationObject instance.
setCertGenerationObject
public void setCertGenerationObject(CertGenerationObject certGenObj)
- Set a CertGenerationObject Object into the container. It will be completed by
the ldapDecoder.
- Parameters:
certGenObj - the CertGenerationObject to set.
clean
public void clean()
- Clean the container for the next decoding.
- Overrides:
clean in class AbstractContainer
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.