Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class SignatureAlgorithm

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.SignatureAlgorithm

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

public class SignatureAlgorithm
extends java.lang.Object

RFC 5246 7.4.1.4.1 (in RFC 2246, there were no specific values assigned)


Field Summary
static short anonymous
          Deprecated.  
static short dsa
          Deprecated.  
static short ecdsa
          Deprecated.  
static short rsa
          Deprecated.  
 
Constructor Summary
SignatureAlgorithm()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anonymous

public static final short anonymous
Deprecated. 
See Also:
Constant Field Values

rsa

public static final short rsa
Deprecated. 
See Also:
Constant Field Values

dsa

public static final short dsa
Deprecated. 
See Also:
Constant Field Values

ecdsa

public static final short ecdsa
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SignatureAlgorithm

public SignatureAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64