|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.crypto.spec.PSource
public class PSource
このクラスは、PKCS #1 標準で定義されている、OAEP パディングのエンコーディング入力 P のソースを指定します。
PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-pSpecified PARAMETERS OCTET STRING }, ... -- 将来の拡張用 -- }
入れ子のクラスの概要 | |
---|---|
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 Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。