|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| PSource を使用しているパッケージ | |
|---|---|
| javax.crypto.spec | 鍵仕様およびアルゴリズムパラメータ仕様のクラスおよびインタフェースを提供します。 |
| javax.crypto.spec での PSource の使用 |
|---|
| javax.crypto.spec での PSource のサブクラス | |
|---|---|
static class |
PSource.PSpecified
このクラスは、OAEP パディングのエンコーディング入力 P の値を明示的に指定するために使用します。 |
| PSource を返す javax.crypto.spec のメソッド | |
|---|---|
PSource |
OAEPParameterSpec.getPSource()
エンコーディング入力 P のソースを返します。 |
| PSource 型のパラメータを持つ javax.crypto.spec のコンストラクタ | |
|---|---|
OAEPParameterSpec(String mdName,
String mgfName,
AlgorithmParameterSpec mgfSpec,
PSource pSrc)
指定されたメッセージダイジェストアルゴリズム mdName、マスク生成関数アルゴリズム mgfName、マスク生成関数のパラメータ mgfSpec、およびエンコーディング入力 P のソース pSrc を使用して、PKCS #1 標準で定義された OAEP パディングのパラメータセットを構築します。 |
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。