SshPublicKey constructor

SshPublicKey(
  1. List<SshPublicKeyHeader> headers,
  2. Uint8List bytes
)

Default constructor.

Implementation

SshPublicKey(this.headers, this.bytes) : source = null;