|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.crypto.spec.PBEParameterSpec
public class PBEParameterSpec
このクラスは、「PKCS #5」規格で定義されている、パスワードベースの暗号化 (PBE) で使用されるパラメータのセットを指定します。
| コンストラクタの概要 | |
|---|---|
PBEParameterSpec(byte[] salt,
int iterationCount)
PKCS #5 規格で定義されている、パスワードベースの暗号化のパラメータセットを構築します。 |
|
| メソッドの概要 | |
|---|---|
int |
getIterationCount()
繰り返し数を返します。 |
byte[] |
getSalt()
ソルトを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PBEParameterSpec(byte[] salt,
int iterationCount)
salt - ソルト。salt は今後変更されないように保護する目的でコピーされるiterationCount - 繰り返し数
NullPointerException - salt が null の場合| メソッドの詳細 |
|---|
public byte[] getSalt()
public int getIterationCount()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。