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

IIESParameterSpec

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

Declaration

Source position: ClpIIESParameterSpec.pas line 29

type IIESParameterSpec = interface(IAlgorithmParameterSpec)

  function GetDerivationV;

  

  property DerivationV: TCryptoLibByteArray; [r]

  

  function GetEncodingV;

  

  property EncodingV: TCryptoLibByteArray; [r]

  

  function GetMacKeySize;

  

  property MacKeySize: Int32; [r]

  

  function GetCipherKeySize;

  

  property CipherKeySize: Int32; [r]

  

  function GetNonce;

  

  property Nonce: TCryptoLibByteArray; [r]

  

  function GetPointCompression;

  

  property PointCompression: Boolean; [r]

  

end;

Inheritance

IIESParameterSpec

  

|

IAlgorithmParameterSpec

  

|

IInterface



CT Web help

CodeTyphon Studio