Package org.bouncycastle.crypto.tls
Class ClientAuthenticationType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ClientAuthenticationType
-
public class ClientAuthenticationType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
anonymous
static short
certificate_based
static short
psk
-
Constructor Summary
Constructors Constructor Description ClientAuthenticationType()
-
-
-
Field Detail
-
anonymous
public static final short anonymous
- See Also:
- Constant Field Values
-
certificate_based
public static final short certificate_based
- See Also:
- Constant Field Values
-
psk
public static final short psk
- See Also:
- Constant Field Values
-
-