Exemplo n.º 1
0
 /// <exception cref="IOException"></exception>
 public static byte[] CreateMaxFragmentLengthExtension(byte maxFragmentLength)
 {
     return(TlsUtilities.EncodeUint8(maxFragmentLength));
 }
Exemplo n.º 2
0
 public static byte[] CreateNegotiatedDheGroupsServerExtension(byte dheGroup)
 {
     return(TlsUtilities.EncodeUint8(dheGroup));
 }
Exemplo n.º 3
0
 /// <exception cref="IOException"></exception>
 public static byte[] CreateCertificateTypeExtensionServer(byte certificateType)
 {
     return(TlsUtilities.EncodeUint8(certificateType));
 }