|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.crypto.spec.PBEParameterSpec
public class PBEParameterSpec
このクラスは、PKCS #5 標準で定義されている、パスワードベースの暗号化 (PBE) で使用されるパラメータのセットを指定します。
コンストラクタの概要 | |
---|---|
PBEParameterSpec(byte[] salt,
int iterationCount)
PKCS #5 標準で定義されている、パスワードベースの暗号化のパラメータセットを構築します。 |
メソッドの概要 | |
---|---|
int |
getIterationCount()
繰り返し処理の回数を返します。 |
byte[] |
getSalt()
salt を返します。 |
クラス 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 Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。