Package org.wildfly.security.asn1
Class DERDecoder.DecoderState
- java.lang.Object
 - 
- org.wildfly.security.asn1.DERDecoder.DecoderState
 
 
- 
- Enclosing class:
 - DERDecoder
 
static class DERDecoder.DecoderState extends Object
A class used to maintain state information during DER decoding. 
- 
- 
Field Summary
Fields Modifier and Type Field Description private longnextElementIndexprivate inttag 
- 
Constructor Summary
Constructors Constructor Description DecoderState(int tag, long nextElementIndex) 
 -