RSA BSAFE Cert-C Micro Edition

The power of PKI for the smallest of devices

Cryptographic Message Structures

This section details the cryptographic message structures used to maintain data and methods for the R_CM module.

Data Structures

 R_CM_ATTR
 This structure is used to hold all the relevant information about an attribute. More...


Typedefs

typedef struct r_cm_ctx_st R_CM_CTX
 The R_CM context. More...

typedef struct r_cm_msg_st R_CM
 The R_CM structure. More...

typedef struct r_cm_msg_method_st R_CM_METHOD
 The R_CM module method table. More...

typedef int R_CM_CTX_INFO
 The type of the information identifiers of the cryptographic message context.

typedef int R_CM_TYPE
 The type of the cryptographic message type.

typedef int R_CM_INFO
 The type of the information identifiers of the cryptographic message.

typedef int R_CM_FORMAT
 The type of the encoding format identifiers of the cryptographic message.

typedef int R_CM_ATTR_SECURITY
 The type of the security type of an attribute.

typedef int R_CM_ENCODING
 The type of the encoding identifiers of the cryptographic message.

typedef struct r_cm_attr_st R_CM_ATTR
 The information about an attribute in a cryptographic message.


Typedef Documentation

typedef struct r_cm_msg_st R_CM
 

The R_CM structure. This opaque structure is created by R_CM_new(). It is used to provide both methods and states for R_CM messaging operations. It can be freed via R_CM_free() when it is no longer required.

typedef struct r_cm_ctx_st R_CM_CTX
 

The R_CM context. This opaque structure is created by R_CM_CTX_new(). It is required to create an R_CM module instance and can be freed via R_CM_CTX_free() when it is no longer required.

typedef struct r_cm_msg_method_st R_CM_METHOD
 

The R_CM module method table. This opaque structure is used to provide the functions for an R_CM module instance.


Copyright (c) 1999-2002 RSA Security Inc. All rights reserved. 061-001007-100-001-000-3405 A1 - 1.0