| Constructor and Description |
|---|
RequiredBitLengthConverter(Converter<byte[],Object> converter,
int bitLength) |
RequiredBitLengthConverter(Converter<byte[],Object> converter,
int bitLength,
boolean exact) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
applyFrom(Object o)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
Object |
applyTo(byte[] bytes)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
public RequiredBitLengthConverter(Converter<byte[],Object> converter, int bitLength)
public Object applyTo(byte[] bytes)
ConverterCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.