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 SummaryFields Modifier and Type Field Description private longnextElementIndexprivate inttag
 - 
Constructor SummaryConstructors Constructor Description DecoderState(int tag, long nextElementIndex)
 
-