RSA BSAFE Crypto-C

Cryptographic Components for C

Search

B_SIGN_VERIFY_PARAMS Struct Reference

This structure holds the parameters used to specify signing or verifying.

Samples:

x931.c.

#include <bsafe.h>

typedef struct {
  unsigned char *encryptionMethodName;
  POINTER encryptionParams;     /* Most likely to be NULL */
  unsigned char *digestMethodName;
  POINTER digestParams;       /* Most likely to be NULL */
  unsigned char *formatMethodName;
  POINTER formatParams;
} B_SIGN_VERIFY_PARAMS;

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