public class

ClientCertificateType

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.ClientCertificateType

Class Overview

RFC 2246 7.4.4

Summary

Constants
short dss_fixed_dh
short dss_sign
short ecdsa_fixed_ecdh
short ecdsa_sign
short rsa_fixed_dh
short rsa_fixed_ecdh
short rsa_sign
Public Constructors
ClientCertificateType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short dss_fixed_dh

Constant Value: 4 (0x00000004)

public static final short dss_sign

Constant Value: 2 (0x00000002)

public static final short ecdsa_fixed_ecdh

Constant Value: 66 (0x00000042)

public static final short ecdsa_sign

Constant Value: 64 (0x00000040)

public static final short rsa_fixed_dh

Constant Value: 3 (0x00000003)

public static final short rsa_fixed_ecdh

Constant Value: 65 (0x00000041)

public static final short rsa_sign

Constant Value: 1 (0x00000001)

Public Constructors

public ClientCertificateType ()