Package org.keycloak.jose.jwk
Class JWKUtil
- java.lang.Object
-
- org.keycloak.jose.jwk.JWKUtil
-
public class JWKUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description JWKUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
toIntegerBytes(BigInteger bigInt)
Convert BigInteger to 64-byte integer array Copied from org.apache.commons.codec.binary.Base64
-
-
-
Method Detail
-
toIntegerBytes
public static byte[] toIntegerBytes(BigInteger bigInt)
Convert BigInteger to 64-byte integer array Copied from org.apache.commons.codec.binary.Base64
-
-