Class DataConversionPrimitives
java.lang.Object
dk.jonaslindstrom.ruffini.common.util.DataConversionPrimitives
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
I2OSP
(BigInteger x, int len) Implementation of Octet-String-to-Integer primitive (I2OSP) as defined in RFC 8017.static BigInteger
OS2IP
(byte[] bytes) Implementation of Integer-to-Octet-String primitive (OS2IP) as defined in RFC 8017.
-
Constructor Details
-
DataConversionPrimitives
public DataConversionPrimitives()
-
-
Method Details
-
OS2IP
Implementation of Integer-to-Octet-String primitive (OS2IP) as defined in RFC 8017. -
I2OSP
Implementation of Octet-String-to-Integer primitive (I2OSP) as defined in RFC 8017.
-