public class BigIntegerUBytesConverter extends Object implements Converter<BigInteger,byte[]>
| Constructor and Description |
|---|
BigIntegerUBytesConverter() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
applyFrom(byte[] bytes)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
byte[] |
applyTo(BigInteger bigInt)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
public byte[] applyTo(BigInteger bigInt)
ConverterapplyTo in interface Converter<BigInteger,byte[]>bigInt - the preferred idiomatic valuepublic BigInteger applyFrom(byte[] bytes)
ConverterapplyFrom in interface Converter<BigInteger,byte[]>bytes - the canonical value to convertCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.