RSA BSAFE Crypto-C

Cryptographic Components for C

Search

B_PKCS5_V2_PBE_PARAMS Struct Reference

This structure holds the PBE parameters for PKCS #5, v.2.

Samples:

parsepkcs5.c, and pkcs5v2pbe.c.

#include <bsafe.h>

typedef struct {
  ITEM salt;
  unsigned int iterationCount;
  unsigned int keyLenOctets;
  B_INFO_TYPE pseudoRandomFunction;
  POINTER prfParams;
  B_INFO_TYPE prfBER;
  B_INFO_TYPE encryptionAlgorithm;
  POINTER encAlgParams;
  B_INFO_TYPE encAlgBER;
} B_PKCS5_V2_PBE_PARAMS;

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