Digital Authentication Framework  6.0.1.37
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
com.good.daf.DADigestType Enum Reference

DAF hash enumeration. More...

Public Member Functions

int getValue ()
 

Static Public Member Functions

static DADigestType lookupByValue (int value)
 Maps the given ordinal to its DADigestType. More...
 

Public Attributes

 NONE =(0)
 
 SHA1 =(1)
 
 SHA224 =(2)
 
 SHA256 =(3)
 
 SHA384 =(4)
 
 SHA512 =(5)
 
 SSL3_MD5_SHA1 =(6)
 

Detailed Description

DAF hash enumeration.

Identification of the hash algorithm used for signatures.

The ordinals in this enumeration must match their native DADigestType counterparts.

Member Function Documentation

int com.good.daf.DADigestType.getValue ( )
Returns
the ordinal of this member
static DADigestType com.good.daf.DADigestType.lookupByValue ( int  value)
static

Maps the given ordinal to its DADigestType.

Parameters
value
Returns
the DADigestType corresponding to the given value, or null if there is no defined DADigestType for that value.

The documentation for this enum was generated from the following file: