Uses of Class
org.pf.security.crypto.HashMechanism

Packages that use HashMechanism
org.pf.security.crypto   
 

Uses of HashMechanism in org.pf.security.crypto
 

Fields in org.pf.security.crypto declared as HashMechanism
static HashMechanism HashMechanism.MD5
           
static HashMechanism HashMechanism.SALTED_MD5
           
static HashMechanism HashMechanism.SALTED_SHA_1
           
static HashMechanism HashMechanism.SALTED_SHA_2_256
           
static HashMechanism HashMechanism.SALTED_SHA_2_384
           
static HashMechanism HashMechanism.SALTED_SHA_2_512
           
static HashMechanism HashMechanism.SHA_1
           
static HashMechanism HashMechanism.SHA_2_256
           
static HashMechanism HashMechanism.SHA_2_384
           
static HashMechanism HashMechanism.SHA_2_512
           
 

Methods in org.pf.security.crypto that return HashMechanism
static HashMechanism HashMechanism.create(CheckedHashAlgorithm algorithm)
          Creates a new instance that represents a particular unsalted hashing mechanism.
static HashMechanism HashMechanism.create(CheckedHashAlgorithm algorithm, boolean isSalted)
          Creates a new instance that represents a particular hashing mechanism.
static HashMechanism HashMechanism.create(String hashMechanismName, CheckedHashAlgorithm algorithm, boolean isSalted)
          Creates a new instance that represents a particular hashing mechanism.
static HashMechanism HashMechanism.findHashMechanism(String hashType)
          Tries to find a known (i.e. registered constant) hash mechanism for the given type name.
static HashMechanism HashMechanism.findSaltedHashMechanism(String hashType)
           
static HashMechanism HashMechanism.findUnsaltedHashMechanism(String hashType)
           
 

Methods in org.pf.security.crypto with parameters of type HashMechanism
 String CryptoUtil.base64EncodedWithPrefix(byte[] hash, HashMechanism hashMechanism)
           
 String CryptoUtil.hashed(byte[] data, HashMechanism hashMechanism)
          Returns the given data hashed with the specified hashing mechanism (e.g.
 String CryptoUtil.hashedUTF8(String aString, HashMechanism hashMechanism)
          Returns the given string UTF-8 char encoded, hashed with the specified hashing mechanism (e.g.
 

Constructors in org.pf.security.crypto with parameters of type HashMechanism
HashedString(byte[] content, byte[] salt, HashMechanism mechanism)
           
HashedString(byte[] content, HashMechanism mechanism)
           
 



Copyright © 2013 Manfred Duchrow Consulting & Software. All Rights Reserved.