Package net.luminis.tls
Class TlsConstants
- java.lang.Object
-
- net.luminis.tls.TlsConstants
-
public class TlsConstants extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTlsConstants.AlertDescriptionstatic classTlsConstants.CertificateTypestatic classTlsConstants.CipherSuitestatic classTlsConstants.ContentTypestatic classTlsConstants.ExtensionTypestatic classTlsConstants.HandshakeTypestatic classTlsConstants.NamedGroupstatic classTlsConstants.PskKeyExchangeModestatic classTlsConstants.SignatureScheme
-
Field Summary
Fields Modifier and Type Field Description static byte[]TLS_AES_128_CCM_8_SHA256static byte[]TLS_AES_128_CCM_SHA256static byte[]TLS_AES_128_GCM_SHA256static byte[]TLS_AES_256_GCM_SHA384static byte[]TLS_CHACHA20_POLY1305_SHA256
-
Constructor Summary
Constructors Constructor Description TlsConstants()
-
-
-
Field Detail
-
TLS_AES_128_GCM_SHA256
public static byte[] TLS_AES_128_GCM_SHA256
-
TLS_AES_256_GCM_SHA384
public static byte[] TLS_AES_256_GCM_SHA384
-
TLS_CHACHA20_POLY1305_SHA256
public static byte[] TLS_CHACHA20_POLY1305_SHA256
-
TLS_AES_128_CCM_SHA256
public static byte[] TLS_AES_128_CCM_SHA256
-
TLS_AES_128_CCM_8_SHA256
public static byte[] TLS_AES_128_CCM_8_SHA256
-
-