@haxall/haxall
    Preparing search index...

    Interface RsaHashedKeyAlgorithm

    interface RsaHashedKeyAlgorithm {
        hash: KeyAlgorithm;
        modulusLength: number;
        name: string;
        publicExponent: BigInteger;
    }

    Hierarchy (View Summary)

    Index

    Properties

    modulusLength: number
    name: string
    publicExponent: BigInteger