Unit 'flcCipherRSA' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TRSAPrivateKey

Declaration

Source position: flcCipherRSA.pas line 89

type TRSAPrivateKey = record

  KeyBits: Int32;

  

  Modulus: HugeWord;

  

  Exponent: HugeWord;

  

  PublicExponent: HugeWord;

  

  Prime1: HugeWord;

  

  Prime2: HugeWord;

  

  Phi: HugeWord;

  

  Exponent1: HugeWord;

  

  Exponent2: HugeWord;

  

  Coefficient: HugeWord;

  

end;



CT Web help

CodeTyphon Studio