CharSequence charSequence
int idx
int mark
int start
When de-serializing a CharSequenceReader that was serialized before this fields was added, this field will be initialized to 0, which gives the same behavior as before: start reading from the start.
CharSequenceReader.start()Integer end
When de-serializing a CharSequenceReader that was serialized before
this fields was added, this field will be initialized to null,
which gives the same behavior as before: stop reading at the
CharSequence's length.
If this field was an int instead, it would be initialized to 0 when the
CharSequenceReader is de-serialized, causing it to not return any
characters at all.
CharSequenceReader.end()PrivateKey privateKey
ECParameterSpec params
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.