Uses of Class
com.nimbusds.jose.util.IntegerOverflowException
Packages that use IntegerOverflowException
Package
Description
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.Utility interfaces and classes.
-
Uses of IntegerOverflowException in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that throw IntegerOverflowExceptionModifier and TypeMethodDescriptionstatic byte[]
AAD.computeLength
(byte[] aad) Computes the bit length of the specified Additional Authenticated Data (AAD). -
Uses of IntegerOverflowException in com.nimbusds.jose.util
Methods in com.nimbusds.jose.util that throw IntegerOverflowExceptionModifier and TypeMethodDescriptionstatic 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.