org.bouncycastle.crypto.tls
Class SignatureAlgorithm
java.lang.Object
org.bouncycastle.crypto.tls.SignatureAlgorithm
public class SignatureAlgorithm
- extends java.lang.Object
RFC 5246 7.4.1.4.1 (in RFC 2246, there were no specific values assigned)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
anonymous
public static final short anonymous
- See Also:
- Constant Field Values
rsa
public static final short rsa
- See Also:
- Constant Field Values
dsa
public static final short dsa
- See Also:
- Constant Field Values
ecdsa
public static final short ecdsa
- See Also:
- Constant Field Values
SignatureAlgorithm
public SignatureAlgorithm()