MagickCore 7.0.10
_SecretInfo Struct Reference
Collaboration diagram for _SecretInfo:
[legend]

Data Fields

char * passphrase
 
StringInfoid
 
StringInfokey
 
StringInfodigest
 
StringInfononce
 
size_t key_length
 
KeyringInfokeyring_info
 
CipherInfocipher_info
 
HMACInfohmac_info
 
RandomInforandom_info
 
time_t timestamp
 
size_t signature
 

Detailed Description

Definition at line 65 of file secret.c.

Field Documentation

◆ cipher_info

CipherInfo* _SecretInfo::cipher_info

◆ digest

StringInfo * _SecretInfo::digest

Definition at line 73 of file secret.c.

Referenced by DestroySecretInfo().

◆ hmac_info

HMACInfo* _SecretInfo::hmac_info

◆ id

StringInfo* _SecretInfo::id

◆ key

StringInfo * _SecretInfo::key

Definition at line 72 of file secret.c.

Referenced by AuthenticateSecretKey(), DestroySecretInfo(), GenerateSecretKey(), and GetSecretKey().

◆ key_length

size_t _SecretInfo::key_length

◆ keyring_info

KeyringInfo* _SecretInfo::keyring_info

◆ nonce

StringInfo * _SecretInfo::nonce

Definition at line 74 of file secret.c.

Referenced by AcquireSecretInfo(), DestroySecretInfo(), and GenerateSecretKey().

◆ passphrase

char* _SecretInfo::passphrase

◆ random_info

RandomInfo* _SecretInfo::random_info

Definition at line 89 of file secret.c.

Referenced by AcquireSecretInfo(), DestroySecretInfo(), and GenerateSecretKey().

◆ signature

◆ timestamp

time_t _SecretInfo::timestamp

Definition at line 92 of file secret.c.

Referenced by AcquireSecretInfo().


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