Bouncy Castle Cryptography Library 1.81

org.bouncycastle.util
Class Shorts

java.lang.Object
  extended byorg.bouncycastle.util.Shorts

public class Shorts
extends java.lang.Object

Utility methods and constants for shorts.


Field Summary
static int BYTES
           
static int SIZE
           
 
Constructor Summary
Shorts()
           
 
Method Summary
static java.lang.Short valueOf(short value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTES

public static final int BYTES
See Also:
Constant Field Values

SIZE

public static final int SIZE
See Also:
Constant Field Values
Constructor Detail

Shorts

public Shorts()
Method Detail

valueOf

public static java.lang.Short valueOf(short value)

Bouncy Castle Cryptography Library 1.81