TRSAPublicKey Record

Represents type TRSAPublicKey.

Namespace: flcCipherRSA
type
 TRSAPublicKey = record
 end;

The TRSAPublicKey type exposes the following members.

Show:
 NameDescription
Exponent

Represents field Exponent.

KeySize

Represents field KeySize.

Modulus

Represents field Modulus.

Top