C# Class Compat.DSIGInfo

Show file Open project: HinTak/Font-Validator Class Usage Examples

Public Properties

Property Type Description
Warn_DSIG_in_memFonts bool
Warn_MalformedSIG bool
Warn_TTCv1 bool
usNumSigs int

Public Methods

Method Description
DSIGInfo ( OTFontFile.OTFile f ) : System
DSIGInfo ( string filename ) : System
FurtherWork ( ) : void
get_TTC_digest ( ) : byte[]
get_TTF_digest ( ) : byte[]

Private Methods

Method Description
FindCertificateParent ( Mono child ) : Mono.Security.X509.X509Certificate
IsParent ( Mono child, Mono parent ) : bool
Main ( string args ) : int
get_TTC_digest ( OTFontFile.OTFile f ) : byte[]
get_TTF_digest ( OTFontFile.OTFile f ) : byte[]

Method Details

DSIGInfo() public method

public DSIGInfo ( OTFontFile.OTFile f ) : System
f OTFontFile.OTFile
return System

DSIGInfo() public method

public DSIGInfo ( string filename ) : System
filename string
return System

FurtherWork() public method

public FurtherWork ( ) : void
return void

get_TTC_digest() public method

public get_TTC_digest ( ) : byte[]
return byte[]

get_TTF_digest() public method

public get_TTF_digest ( ) : byte[]
return byte[]

Property Details

Warn_DSIG_in_memFonts public property

public bool Warn_DSIG_in_memFonts
return bool

Warn_MalformedSIG public property

public bool Warn_MalformedSIG
return bool

Warn_TTCv1 public property

public bool Warn_TTCv1
return bool

usNumSigs public property

public int usNumSigs
return int