Unit 'ClpAsymmetricKeyParameter' Package
[Overview][Classes][Index] [#pl_cryptolib4pascal]

TAsymmetricKeyParameter

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ClpAsymmetricKeyParameter.pas line 29

type TAsymmetricKeyParameter = class(TInterfacedObject,IAsymmetricKeyParameter,ICipherParameters)

strict protected

  function GetPrivateKey;

  

  function GetIsPrivate;

  

  constructor Create();

  

public

  property IsPrivate: Boolean; [r]

  

  property privateKey: Boolean; [r]

  

  function Equals();

  

  function GetHashCode; override;

  

end;

Inheritance

TAsymmetricKeyParameter

  

|

TObject,IAsymmetricKeyParameter,ICipherParameters



CT Web help

CodeTyphon Studio