RSA BSAFE Crypto-C

Cryptographic Components for C

Search

A_PKCS_RSA_MULTI_PRIME_PRIVATE_KEY Struct Reference

This structure holds the RSA MultiPrime private key.

Samples:

rsamultp.c.

#include <atypes.h>

typedef struct {
  ITEM modulus;
  ITEM publicExponent;
  ITEM privateExponent;
  unsigned int numberOfPrimes;
  ITEM *primes;                           /* The prime factors */
  ITEM *primeExponents;                   /* The exponents for prime factors */
  ITEM *coefficients;                     /* The CRT coefficient */
} A_PKCS_RSA_MULTI_PRIME_PRIVATE_KEY;

Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 068-001001-6210-001-000 - 6.2.1