|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.hrtdotnet.fw.util.password.HPassword
jp.hrtdotnet.fw.util.password.HPasswordDigest
public class HPasswordDigest
ハッシュによるパスワードの暗号化を行うクラスです。 この暗号は一方向性のため元に戻すことはできません。
| フィールドの概要 | |
|---|---|
static int |
BYTE128
128バイトの暗号化文字列 |
static int |
BYTE32
32バイトの暗号化文字列 |
static int |
BYTE40
40バイトの暗号化文字列 |
static int |
BYTE64
64バイトの暗号化文字列 |
static int |
BYTE96
96バイトの暗号化文字列 |
| コンストラクタの概要 | |
|---|---|
HPasswordDigest(int byteParam)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
encrypt(java.lang.String str)
ハッシュによるパスワードの暗号化を行います。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final int BYTE32
public static final int BYTE40
public static final int BYTE64
public static final int BYTE96
public static final int BYTE128
| コンストラクタの詳細 |
|---|
public HPasswordDigest(int byteParam)
byteParam - 暗号化(ハッシュ)文字列のバイト数を示す値| メソッドの詳細 |
|---|
public java.lang.String encrypt(java.lang.String str)
HPassword 内の encryptstr - 平文字列
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||