| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.security.spec.RSAPrivateKeySpec
public class RSAPrivateKeySpec
このクラスは RSA 非公開鍵を指定します。
Key, 
KeyFactory, 
KeySpec, 
PKCS8EncodedKeySpec, 
RSAPublicKeySpec, 
RSAPrivateCrtKeySpec| コンストラクタの概要 | |
|---|---|
RSAPrivateKeySpec(BigInteger modulus,
                  BigInteger privateExponent)
新しい RSAPrivateKeySpec を作成します。  | 
|
| メソッドの概要 | |
|---|---|
 BigInteger | 
getModulus()
モジュラスを返します。  | 
 BigInteger | 
getPrivateExponent()
非公開指数を返します。  | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public RSAPrivateKeySpec(BigInteger modulus,
                         BigInteger privateExponent)
modulus - モジュラスprivateExponent - 非公開指数| メソッドの詳細 | 
|---|
public BigInteger getModulus()
public BigInteger getPrivateExponent()
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。