Package org.bouncycastle.crypto.tls
Class ClientCertificateType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ClientCertificateType
-
public class ClientCertificateType extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Field Summary
Fields Modifier and Type Field Description static shortdss_ephemeral_dh_RESERVEDDeprecated.static shortdss_fixed_dhDeprecated.static shortdss_signDeprecated.static shortecdsa_fixed_ecdhDeprecated.static shortecdsa_signDeprecated.static shortfortezza_dms_RESERVEDDeprecated.static shortrsa_ephemeral_dh_RESERVEDDeprecated.static shortrsa_fixed_dhDeprecated.static shortrsa_fixed_ecdhDeprecated.static shortrsa_signDeprecated.
-
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
-
-