Interface DSAKeyPairKeyObjectOptions

interface DSAKeyPairKeyObjectOptions {
    divisorLength: number;
    modulusLength: number;
}

Properties

divisorLength: number

Size of q in bits

modulusLength: number

Key size in bits