Interface RsaHashedKeyAlgorithm
interface RsaHashedKeyAlgorithm {
hash: KeyAlgorithm;
modulusLength: number;
name: string;
publicExponent: BigInteger;
}
hash: KeyAlgorithm;
modulusLength: number;
name: string;
publicExponent: BigInteger;
}
Hierarchy
- RsaKeyAlgorithm
- RsaHashedKeyAlgorithm (View Summary)