RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_KEY_TRANSPORT_INFO Struct Reference

Represents information associated with the recipient of a PKI message that transports a message-protection key from one entity to another.

This key is usually a session key or a content- encryption key.

Data Fields
recipientId A PKI_ENTITY_ID structure that identifies the recipient entity. This certificate for this entity contains the public key that is used to encrypt the content- encryption key.
keyEncryptionAlgorithmId An ALGORITHM_IDENTIFIER structure that identifies the key-encryption algorithm that is used to encrypt the key to transport. Currently, there is only one key-encryption algorithm, KA_RSA_ENCRYPTION that is the RSA public-key cryptosystem.

#include <pkimsg.h>

01166 typedef struct {
01167   PKI_ENTITY_ID        recipientId;
01168   ALGORITHM_IDENTIFIER keyEncryptionAlgorithmId;
01169 } PKI_KEY_TRANSPORT_INFO;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference