Class JWKUtil


  • public class JWKUtil
    extends Object
    • Constructor Detail

      • JWKUtil

        public JWKUtil()
    • Method Detail

      • toIntegerBytes

        public static byte[] toIntegerBytes​(BigInteger bigInt)
        Convert BigInteger to 64-byte integer array Copied from org.apache.commons.codec.binary.Base64