Package org.bouncycastle.crypto.tls
Class ClientAuthenticationType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ClientAuthenticationType
-
public class ClientAuthenticationType 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
anonymous
Deprecated.static short
certificate_based
Deprecated.static short
psk
Deprecated.
-
Constructor Summary
Constructors Constructor Description ClientAuthenticationType()
Deprecated.
-
-
-
Field Detail
-
anonymous
public static final short anonymous
Deprecated.- See Also:
- Constant Field Values
-
certificate_based
public static final short certificate_based
Deprecated.- See Also:
- Constant Field Values
-
psk
public static final short psk
Deprecated.- See Also:
- Constant Field Values
-
-