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

IDerInteger

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

Declaration

Source position: ClpIAsn1Objects.pas line 587

type IDerInteger = interface(IAsn1Object)

  function GetBytes;

  

  function GetPositiveValue;

  

  function GetValue;

  

  function GetIntPositiveValueExact;

  

  function GetIntValueExact;

  

  function HasValue();

  

  function ToString;

  

  property Value: TBigInteger; [r]

  

  property PositiveValue: TBigInteger; [r]

  

  property bytes: TCryptoLibByteArray; [r]

  

  property IntPositiveValueExact: Int32; [r]

  

  property IntValueExact: Int32; [r]

  

end;

Inheritance

IDerInteger

  

|

IAsn1Object

  

|

IAsn1Encodable

  

|

IAsn1Convertible

  

|

IInterface



CT Web help

CodeTyphon Studio