|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.util.MD5Encoder
Encode an MD5 digest into a String.
The 128 bit MD5 hash is converted into a 32 character long String. Each character of the String is the hexadecimal representation of 4 bits of the digest.
コンストラクタの概要 | |
MD5Encoder()
|
メソッドの概要 | |
java.lang.String |
encode(byte[] binaryData)
Encodes the 128 bit (16 bytes) MD5 into a 32 character String. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public MD5Encoder()
メソッドの詳細 |
public java.lang.String encode(byte[] binaryData)
binaryData
- Array containing the digest
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |