Class KeyShareEntry
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class KeyShareEntry
- Inheritance
-
KeyShareEntry
- Inherited Members
Constructors
KeyShareEntry(int, byte[])
public KeyShareEntry(int namedGroup, byte[] keyExchange)
Parameters
Properties
KeyExchange
public byte[] KeyExchange { get; }
Property Value
- byte[]
NamedGroup
public int NamedGroup { get; }
Property Value
Methods
Encode(Stream)
Encode this KeyShareEntry to a Stream.
public void Encode(Stream output)
Parameters
Exceptions
Parse(Stream)
Parse a KeyShareEntry from a Stream.
public static KeyShareEntry Parse(Stream input)
Parameters
Returns
- KeyShareEntry
a KeyShareEntry object.