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

List of all members.

Public Member Functions

boolean verify (String valueToVerify)

Static Public Member Functions

static NonSaltedHashInfo createByHashedValue (String hashedValue)
static NonSaltedHashInfo createByUnhashedValue (String unhashedValue, HashAlgorithmType hashAlgorithm)

Public Attributes

final byte[] hash

Member Function Documentation

static NonSaltedHashInfo com.mendix.core.objectmanagement.member.NonSaltedHashInfo.createByHashedValue ( String  hashedValue) [static]
static NonSaltedHashInfo com.mendix.core.objectmanagement.member.NonSaltedHashInfo.createByUnhashedValue ( String  unhashedValue,
HashAlgorithmType  hashAlgorithm 
) [static]
boolean com.mendix.core.objectmanagement.member.NonSaltedHashInfo.verify ( String  valueToVerify)

Member Data Documentation


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