Class CertGenerationRequestContainer

    • Constructor Detail

      • CertGenerationRequestContainer

        public CertGenerationRequestContainer()
        Creates a new CertGenContainer object. We will store one grammar, it's enough ...
    • 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:
        clean in class AbstractContainer