TPEMFile Class

Represents type TPEMFile.

Namespace: flcPEM
TObject
  flcPEM.TPEMFile
type
 TPEMFile = class
 end;

The TPEMFile type exposes the following members.

Show:
 NameDescription
CertificateCount

Represents property CertificateCount.

Certificate[Integer]

Represents property Certificate[Integer].

RSAPrivateKey

Represents property RSAPrivateKey.

Top
Show:
 NameDescription
AddCertificate(RawByteString)

Represents method AddCertificate(RawByteString).

Clear

Represents method Clear.

LoadFromFile(String)

Represents method LoadFromFile(String).

LoadFromText(RawByteString)

Represents method LoadFromText(RawByteString).

ParsePEMContent(RawByteString)

Represents method ParsePEMContent(RawByteString).

SetRSAPrivateKey(RawByteString)

Represents method SetRSAPrivateKey(RawByteString).

Top
Show:
 NameDescription
FCertificates

Represents field FCertificates.

FRSAPrivateKey

Represents field FRSAPrivateKey.

Top