Class AbstractReadOctetString<C extends Asn1Container>

    • Constructor Detail

      • AbstractReadOctetString

        public AbstractReadOctetString​(String name)
        Instantiates a new AbstractReadInteger action.
        Parameters:
        name - the action's name
      • AbstractReadOctetString

        public AbstractReadOctetString​(String name,
                                       boolean canBeNull)
        Instantiates a new AbstractReadInteger action.
        Parameters:
        name - the action's name
        canBeNull - Tells if the byte array can be null or not
    • Method Detail

      • action

        public final void action​(C container)
                          throws DecoderException
        The action to be executed.
        Parameters:
        container - The container which stores the current data
        Throws:
        DecoderException - Thrown if something went wrong.