Package org.bouncycastle.crypto.tls
Class ClientCertificateType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ClientCertificateType
-
public class ClientCertificateType extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Field Summary
Fields Modifier and Type Field Description static short
dss_ephemeral_dh_RESERVED
Deprecated.static short
dss_fixed_dh
Deprecated.static short
dss_sign
Deprecated.static short
ecdsa_fixed_ecdh
Deprecated.static short
ecdsa_sign
Deprecated.static short
fortezza_dms_RESERVED
Deprecated.static short
rsa_ephemeral_dh_RESERVED
Deprecated.static short
rsa_fixed_dh
Deprecated.static short
rsa_fixed_ecdh
Deprecated.static short
rsa_sign
Deprecated.
-
Constructor Summary
Constructors Constructor Description ClientCertificateType()
Deprecated.
-
-
-
Field Detail
-
rsa_sign
public static final short rsa_sign
Deprecated.- See Also:
- Constant Field Values
-
dss_sign
public static final short dss_sign
Deprecated.- See Also:
- Constant Field Values
-
rsa_fixed_dh
public static final short rsa_fixed_dh
Deprecated.- See Also:
- Constant Field Values
-
dss_fixed_dh
public static final short dss_fixed_dh
Deprecated.- See Also:
- Constant Field Values
-
rsa_ephemeral_dh_RESERVED
public static final short rsa_ephemeral_dh_RESERVED
Deprecated.- See Also:
- Constant Field Values
-
dss_ephemeral_dh_RESERVED
public static final short dss_ephemeral_dh_RESERVED
Deprecated.- See Also:
- Constant Field Values
-
fortezza_dms_RESERVED
public static final short fortezza_dms_RESERVED
Deprecated.- See Also:
- Constant Field Values
-
ecdsa_sign
public static final short ecdsa_sign
Deprecated.- See Also:
- Constant Field Values
-
rsa_fixed_ecdh
public static final short rsa_fixed_ecdh
Deprecated.- See Also:
- Constant Field Values
-
ecdsa_fixed_ecdh
public static final short ecdsa_fixed_ecdh
Deprecated.- See Also:
- Constant Field Values
-
-