Skip to content

Interface: SshCryptoProvider

A source of cryptographically secure random bytes, such as Web Crypto.

Methods

getRandomValues()

ts
getRandomValues<T>(array): T;

Type Parameters

Type Parameter
T extends ArrayBufferView<ArrayBufferLike>

Parameters

ParameterType
arrayT

Returns

T