| Package | Description |
|---|---|
| com.nimbusds.jose.util |
Utility interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ByteUtils.safeBitLength(byte[] byteArray)
Returns the byte length of the specified byte array, preventing
integer overflow.
|
static int |
ByteUtils.safeBitLength(int byteLength)
Returns the bit length of the specified byte length, preventing
integer overflow.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.