Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class MACAlgorithm

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.MACAlgorithm

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class MACAlgorithm
extends java.lang.Object

RFC 2246

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).


Field Summary
static int _null
          Deprecated.  
static int hmac_md5
          Deprecated.  
static int hmac_sha1
          Deprecated.  
static int hmac_sha256
          Deprecated.  
static int hmac_sha384
          Deprecated.  
static int hmac_sha512
          Deprecated.  
static int md5
          Deprecated.  
static int sha
          Deprecated.  
 
Constructor Summary
MACAlgorithm()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_null

public static final int _null
Deprecated. 

md5

public static final int md5
Deprecated. 

sha

public static final int sha
Deprecated. 

hmac_md5

public static final int hmac_md5
Deprecated. 

hmac_sha1

public static final int hmac_sha1
Deprecated. 

hmac_sha256

public static final int hmac_sha256
Deprecated. 

hmac_sha384

public static final int hmac_sha384
Deprecated. 

hmac_sha512

public static final int hmac_sha512
Deprecated. 
Constructor Detail

MACAlgorithm

public MACAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64