Uses of Class
com.nimbusds.jose.util.IntegerOverflowException
-
Packages that use IntegerOverflowException Package Description com.nimbusds.jose.crypto.impl Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and JWE decrypters in thecom.nimbusds.jose.cryptopackage.com.nimbusds.jose.util Utility interfaces and classes. -
-
Uses of IntegerOverflowException in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that throw IntegerOverflowException Modifier and Type Method Description static 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 IntegerOverflowException Modifier and Type Method Description static intByteUtils. safeBitLength(byte[] byteArray)Returns the byte length of the specified byte array, preventing integer overflow.static intByteUtils. safeBitLength(int byteLength)Returns the bit length of the specified byte length, preventing integer overflow.
-