Class StoreError<C extends Asn1Container>

    • Constructor Detail

      • StoreError

        public StoreError()
        Instantiates a new StoreError action.
    • Method Detail

      • setIntegerValue

        protected void setIntegerValue​(int value,
                                       Asn1Container container)
        set the integer value to the appropriate field of ASN.1 object present in the container
        Specified by:
        setIntegerValue in class AbstractReadInteger<C extends Asn1Container>
        Parameters:
        value - the integer value
        container - the ASN.1 object's container