Class DERDecoder.DecoderState

  • Enclosing class:
    DERDecoder

    static class DERDecoder.DecoderState
    extends Object
    A class used to maintain state information during DER decoding.
    • Field Detail

      • tag

        private final int tag
      • nextElementIndex

        private final long nextElementIndex
    • Constructor Detail

      • DecoderState

        DecoderState​(int tag,
                     long nextElementIndex)
    • Method Detail

      • getTag

        public int getTag()
      • getNextElementIndex

        public long getNextElementIndex()