Node Director
Public Member Functions | Static Public Member Functions | List of all members
com.graeff.pwencode.EncoderImpl Class Reference
Inheritance diagram for com.graeff.pwencode.EncoderImpl:
com.graeff.pwencode.CryptEncoder com.graeff.pwencode.MD5CryptEncoder com.graeff.pwencode.MD5Encoder com.graeff.pwencode.NTEncoder com.graeff.pwencode.RSAEncoder com.graeff.pwencode.SHA512CryptEncoder com.graeff.pwencode.SHA256CryptEncoder

Public Member Functions

boolean accepts (String encoding)
String encode (String password)
boolean authorize (String hash, String password)

Static Public Member Functions

static String digestToString (byte[] digest)

Member Function Documentation

boolean com.graeff.pwencode.EncoderImpl.accepts ( String  encoding)
boolean com.graeff.pwencode.EncoderImpl.authorize ( String  hash,
String  password 
)
static String com.graeff.pwencode.EncoderImpl.digestToString ( byte[]  digest)
static
String com.graeff.pwencode.EncoderImpl.encode ( String  password)

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