Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.util
Class Shorts

java.lang.Object
  |
  +--org.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

SIZE

public static final int SIZE
Constructor Detail

Shorts

public Shorts()
Method Detail

valueOf

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

Bouncy Castle Cryptography Library 1.77.0