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

IAsymmetricKeyParameter

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

Declaration

Source position: ClpIAsymmetricKeyParameter.pas line 29

type IAsymmetricKeyParameter = interface(ICipherParameters)

  function GetIsPrivate;

  

  function GetPrivateKey;

  

  property IsPrivate: Boolean; [r]

  

  property PrivateKey: Boolean; [r]

  

  function Equals();

  

  function GetHashCode;

  

end;

Inheritance

IAsymmetricKeyParameter

  

|

ICipherParameters

  

|

IInterface



CT Web help

CodeTyphon Studio