Package org.jose4j.keys
Class BigEndianBigInteger
java.lang.Object
org.jose4j.keys.BigEndianBigInteger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BigIntegerfromBase64Url(String base64urlEncodedBytes) static BigIntegerfromBytes(byte[] magnitude) static StringtoBase64Url(BigInteger bigInteger) static StringtoBase64Url(BigInteger bigInteger, int minByteArrayLength) static byte[]toByteArray(BigInteger bigInteger) static byte[]toByteArray(BigInteger bigInteger, int minArrayLength)
-
Constructor Details
-
BigEndianBigInteger
public BigEndianBigInteger()
-
-
Method Details
-
fromBytes
-
fromBase64Url
-
toByteArray
-
toByteArray
-
toBase64Url
-
toBase64Url
-