@haxall/haxall
    Preparing search index...

    Interface RSAPSSKeyPairKeyObjectOptions

    interface RSAPSSKeyPairKeyObjectOptions {
        hashAlgorithm?: string;
        mgf1HashAlgorithm?: string;
        modulusLength: number;
        publicExponent?: number;
        saltLength?: string;
    }
    Index

    Properties

    hashAlgorithm?: string

    Name of the message digest

    mgf1HashAlgorithm?: string

    Name of the message digest used by MGF1

    modulusLength: number

    Key size in bits

    publicExponent?: number

    Public exponent

    0x10001
    
    saltLength?: string

    Minimal salt length in bytes