ReactOS 0.4.16-dev-1946-g52006dd
EncodedRSAPubKey Struct Reference

Public Attributes

const BYTEmodulus
 
size_t modulusLen
 
const BYTEencoded
 
size_t decodedModulusLen
 

Detailed Description

Definition at line 2329 of file encode.c.

Member Data Documentation

◆ decodedModulusLen

size_t EncodedRSAPubKey::decodedModulusLen

Definition at line 2334 of file encode.c.

Referenced by test_decodeRsaPublicKey(), and test_decodeRsaPublicKey_Bcrypt().

◆ encoded

◆ modulus

const BYTE* EncodedRSAPubKey::modulus

Definition at line 2331 of file encode.c.

◆ modulusLen

size_t EncodedRSAPubKey::modulusLen

Definition at line 2332 of file encode.c.

Referenced by test_encodeRsaPublicKey(), and test_encodeRsaPublicKey_Bcrypt().


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