Class ASN1DataFormat.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • usingIterator

        public ASN1DataFormat.Builder usingIterator​(String usingIterator)
        If the asn1 file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.
      • usingIterator

        public ASN1DataFormat.Builder usingIterator​(boolean usingIterator)
        If the asn1 file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.