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

TX509RSAPrivateKey

Declaration

Source position: flcX509Certificate.pas line 472

type TX509RSAPrivateKey = record

  Version: Integer;

  

  Modulus: RawByteString;

  

  PublicExponent: RawByteString;

  

  PrivateExponent: RawByteString;

  

  Prime1: RawByteString;

  

  Prime2: RawByteString;

  

  Exponent1: RawByteString;

  

  Exponent2: RawByteString;

  

  CRTCoefficient: RawByteString;

  

  _Decoded: Boolean;

  

end;



CT Web help

CodeTyphon Studio