Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.core.objectmanagement.member.HashInfo Class Reference
+ Inheritance diagram for com.mendix.core.objectmanagement.member.HashInfo:

List of all members.

Public Member Functions

boolean verify (String valueToVerify)

Static Public Member Functions

static HashInfo getInstanceByHashedValue (String hashedValue)
static HashInfo getInstanceByUnhashedValue (String unhashed)

Public Attributes

final HashAlgorithmType hashAlgorithm
final String unhashedValue
final String hashedValue

Protected Member Functions

 HashInfo (HashAlgorithmType hashAlgorithmType, String hashedValue, String unhashedValue)

Static Protected Member Functions

static byte[] createMessageDigest (String algorithm, byte[] salt, byte[] unhashed)

Constructor & Destructor Documentation

com.mendix.core.objectmanagement.member.HashInfo.HashInfo ( HashAlgorithmType  hashAlgorithmType,
String  hashedValue,
String  unhashedValue 
) [protected]

Member Function Documentation

static byte [] com.mendix.core.objectmanagement.member.HashInfo.createMessageDigest ( String  algorithm,
byte[]  salt,
byte[]  unhashed 
) [static, protected]
static HashInfo com.mendix.core.objectmanagement.member.HashInfo.getInstanceByHashedValue ( String  hashedValue) [static]
static HashInfo com.mendix.core.objectmanagement.member.HashInfo.getInstanceByUnhashedValue ( String  unhashed) [static]
boolean com.mendix.core.objectmanagement.member.HashInfo.verify ( String  valueToVerify)

Member Data Documentation


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