|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface PseudorandomFunction
An interface for underlying pseudo-random function used in Pbkdf2
.
メソッドの概要 | |
---|---|
int |
getLengthOfOutput()
hLen in RFC2898 |
byte[] |
getPseudorandomBytes(byte[] p,
byte[] u)
derive a pseudo-random value from parameters. |
メソッドの詳細 |
---|
int getLengthOfOutput()
byte[] getPseudorandomBytes(byte[] p, byte[] u)
p
- P in RFC2898. password, an octet string.u
-
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |