Table of Contents

Class IsoTrailers

Namespace
Org.BouncyCastle.Crypto.Signers
Assembly
BouncyCastle.Cryptography.dll
public class IsoTrailers
Inheritance
IsoTrailers
Inherited Members

Fields

TRAILER_IMPLICIT

public const int TRAILER_IMPLICIT = 188

Field Value

int

TRAILER_RIPEMD128

public const int TRAILER_RIPEMD128 = 13004

Field Value

int

TRAILER_RIPEMD160

public const int TRAILER_RIPEMD160 = 12748

Field Value

int

TRAILER_SHA1

public const int TRAILER_SHA1 = 13260

Field Value

int

TRAILER_SHA224

public const int TRAILER_SHA224 = 14540

Field Value

int

TRAILER_SHA256

public const int TRAILER_SHA256 = 13516

Field Value

int

TRAILER_SHA384

public const int TRAILER_SHA384 = 14028

Field Value

int

TRAILER_SHA512

public const int TRAILER_SHA512 = 13772

Field Value

int

TRAILER_SHA512_224

public const int TRAILER_SHA512_224 = 14796

Field Value

int

TRAILER_SHA512_256

public const int TRAILER_SHA512_256 = 16588

Field Value

int

TRAILER_WHIRLPOOL

public const int TRAILER_WHIRLPOOL = 14284

Field Value

int

Methods

GetTrailer(IDigest)

public static int GetTrailer(IDigest digest)

Parameters

digest IDigest

Returns

int

NoTrailerAvailable(IDigest)

public static bool NoTrailerAvailable(IDigest digest)

Parameters

digest IDigest

Returns

bool