|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.crypto.spec.PSource
public class PSource
このクラスは、「PKCS #1」規格で定義されている、OAEP パディングへのエンコーディング入力 P のソースを指定します。
PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-pSpecified PARAMETERS OCTET STRING }, ... -- Allows for future expansion -- }
入れ子のクラスの概要 | |
---|---|
static class |
PSource.PSpecified
このクラスは、OAEP パディングの符号化入力 P の値を明示的に指定するために使用します。 |
コンストラクタの概要 | |
---|---|
protected |
PSource(String pSrcName)
指定の PSource アルゴリズムを使用して、PKCS #1 規格で定義されている、OAEP パディングへのエンコーディング入力 P のソースを構築します。 |
メソッドの概要 | |
---|---|
String |
getAlgorithm()
PSource アルゴリズムの名前を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
protected PSource(String pSrcName)
pSrcName
- エンコーディング入力 P のソースのアルゴリズム
NullPointerException
- pSrcName
が null の場合メソッドの詳細 |
---|
public String getAlgorithm()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。