Interface RsaHashedKeyGenParams
interface RsaHashedKeyGenParams {
hash: AlgorithmIdentifier;
modulusLength: number;
name: string;
publicExponent: BigInteger;
}
hash: AlgorithmIdentifier;
modulusLength: number;
name: string;
publicExponent: BigInteger;
}
Hierarchy
- RsaKeyGenParams
- RsaHashedKeyGenParams (View Summary)