|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.util.Pack
Constructor Summary | |
Pack()
Deprecated. |
Method Summary | |
static int |
bigEndianToInt(byte[] bs,
int off)
Deprecated. |
static void |
bigEndianToInt(byte[] bs,
int off,
int[] ns)
Deprecated. |
static long |
bigEndianToLong(byte[] bs,
int off)
Deprecated. |
static void |
bigEndianToLong(byte[] bs,
int off,
long[] ns)
Deprecated. |
static byte[] |
intToBigEndian(int n)
Deprecated. |
static byte[] |
intToBigEndian(int[] ns)
Deprecated. |
static void |
intToBigEndian(int[] ns,
byte[] bs,
int off)
Deprecated. |
static void |
intToBigEndian(int n,
byte[] bs,
int off)
Deprecated. |
static byte[] |
intToLittleEndian(int n)
Deprecated. |
static byte[] |
intToLittleEndian(int[] ns)
Deprecated. |
static void |
intToLittleEndian(int[] ns,
byte[] bs,
int off)
Deprecated. |
static void |
intToLittleEndian(int n,
byte[] bs,
int off)
Deprecated. |
static int |
littleEndianToInt(byte[] bs,
int off)
Deprecated. |
static void |
littleEndianToInt(byte[] bs,
int off,
int[] ns)
Deprecated. |
static void |
littleEndianToInt(byte[] bs,
int bOff,
int[] ns,
int nOff,
int count)
Deprecated. |
static long |
littleEndianToLong(byte[] bs,
int off)
Deprecated. |
static void |
littleEndianToLong(byte[] bs,
int off,
long[] ns)
Deprecated. |
static byte[] |
longToBigEndian(long n)
Deprecated. |
static byte[] |
longToBigEndian(long[] ns)
Deprecated. |
static void |
longToBigEndian(long[] ns,
byte[] bs,
int off)
Deprecated. |
static void |
longToBigEndian(long n,
byte[] bs,
int off)
Deprecated. |
static byte[] |
longToLittleEndian(long n)
Deprecated. |
static byte[] |
longToLittleEndian(long[] ns)
Deprecated. |
static void |
longToLittleEndian(long[] ns,
byte[] bs,
int off)
Deprecated. |
static void |
longToLittleEndian(long n,
byte[] bs,
int off)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Pack()
Method Detail |
public static int bigEndianToInt(byte[] bs, int off)
public static void bigEndianToInt(byte[] bs, int off, int[] ns)
public static byte[] intToBigEndian(int n)
public static void intToBigEndian(int n, byte[] bs, int off)
public static byte[] intToBigEndian(int[] ns)
public static void intToBigEndian(int[] ns, byte[] bs, int off)
public static long bigEndianToLong(byte[] bs, int off)
public static void bigEndianToLong(byte[] bs, int off, long[] ns)
public static byte[] longToBigEndian(long n)
public static void longToBigEndian(long n, byte[] bs, int off)
public static byte[] longToBigEndian(long[] ns)
public static void longToBigEndian(long[] ns, byte[] bs, int off)
public static int littleEndianToInt(byte[] bs, int off)
public static void littleEndianToInt(byte[] bs, int off, int[] ns)
public static void littleEndianToInt(byte[] bs, int bOff, int[] ns, int nOff, int count)
public static byte[] intToLittleEndian(int n)
public static void intToLittleEndian(int n, byte[] bs, int off)
public static byte[] intToLittleEndian(int[] ns)
public static void intToLittleEndian(int[] ns, byte[] bs, int off)
public static long littleEndianToLong(byte[] bs, int off)
public static void littleEndianToLong(byte[] bs, int off, long[] ns)
public static byte[] longToLittleEndian(long n)
public static void longToLittleEndian(long n, byte[] bs, int off)
public static byte[] longToLittleEndian(long[] ns)
public static void longToLittleEndian(long[] ns, byte[] bs, int off)
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |