Interface RsaHashedKeyGenParams
interface RsaHashedKeyGenParams {
hash: AlgorithmIdentifier;
modulusLength: number;
name: string;
publicExponent: Uint8Array;
}
hash: AlgorithmIdentifier;
modulusLength: number;
name: string;
publicExponent: Uint8Array;
}
Hierarchy
- RsaKeyGenParams
- RsaHashedKeyGenParams (view full)