SecureSession constructor
const
SecureSession({
- required IHandlerCipher<
ICipher> asymmetricHandler, - required IHandlerCipher<
ICipher> symmetricHandler, - required NegotiationResult negotiationResult,
- required DateTime establishedAt,
Implementation
const SecureSession({
required this.asymmetricHandler,
required this.symmetricHandler,
required this.negotiationResult,
required this.sharedSecret,
required this.establishedAt,
});