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