Table of Contents

Interface TlsPsk

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
public interface TlsPsk

Properties

Identity

byte[] Identity { get; }

Property Value

byte[]

Key

TlsSecret Key { get; }

Property Value

TlsSecret

PrfAlgorithm

int PrfAlgorithm { get; }

Property Value

int