Interface RsaHashedKeyAlgorithm
interface RsaHashedKeyAlgorithm {
hash: KeyAlgorithm;
modulusLength: number;
name: string;
publicExponent: Uint8Array;
}
hash: KeyAlgorithm;
modulusLength: number;
name: string;
publicExponent: Uint8Array;
}
Hierarchy
- RsaKeyAlgorithm
- RsaHashedKeyAlgorithm (view full)