Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.util
Class Pack

java.lang.Object
  extended by org.bouncycastle.crypto.util.Pack

public abstract class Pack
extends java.lang.Object


Constructor Summary
Pack()
           
 
Method Summary
static int bigEndianToInt(byte[] bs, int off)
           
static long bigEndianToLong(byte[] bs, int off)
           
static void intToBigEndian(int n, byte[] bs, int off)
           
static void intToLittleEndian(int n, byte[] bs, int off)
           
static int littleEndianToInt(byte[] bs, int off)
           
static long littleEndianToLong(byte[] bs, int off)
           
static void longToBigEndian(long n, byte[] bs, int off)
           
static void longToLittleEndian(long n, byte[] bs, int off)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pack

public Pack()
Method Detail

bigEndianToInt

public static int bigEndianToInt(byte[] bs,
                                 int off)

intToBigEndian

public static void intToBigEndian(int n,
                                  byte[] bs,
                                  int off)

bigEndianToLong

public static long bigEndianToLong(byte[] bs,
                                   int off)

longToBigEndian

public static void longToBigEndian(long n,
                                   byte[] bs,
                                   int off)

littleEndianToInt

public static int littleEndianToInt(byte[] bs,
                                    int off)

intToLittleEndian

public static void intToLittleEndian(int n,
                                     byte[] bs,
                                     int off)

littleEndianToLong

public static long littleEndianToLong(byte[] bs,
                                      int off)

longToLittleEndian

public static void longToLittleEndian(long n,
                                      byte[] bs,
                                      int off)

Bouncy Castle Cryptography 1.46