|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
中国剰余定理 (CRT) の情報の値を使った、RSA 非公開鍵 (PKCS#1 標準の定義による) のインタフェースです。
RSAPrivateKey
フィールドの概要 |
インタフェース java.security.PrivateKey から継承したフィールド |
serialVersionUID |
メソッドの概要 | |
BigInteger |
getCrtCoefficient()
crtCoefficient を返します。 |
BigInteger |
getPrimeExponentP()
primeExponentP を返します。 |
BigInteger |
getPrimeExponentQ()
primeExponentQ を返します。 |
BigInteger |
getPrimeP()
primeP を返します。 |
BigInteger |
getPrimeQ()
primeQ を返します。 |
BigInteger |
getPublicExponent()
公開指数を返します。 |
インタフェース java.security.interfaces.RSAPrivateKey から継承したメソッド |
getPrivateExponent |
インタフェース java.security.Key から継承したメソッド |
getAlgorithm, getEncoded, getFormat |
インタフェース java.security.interfaces.RSAKey から継承したメソッド |
getModulus |
メソッドの詳細 |
public BigInteger getPublicExponent()
public BigInteger getPrimeP()
public BigInteger getPrimeQ()
public BigInteger getPrimeExponentP()
public BigInteger getPrimeExponentQ()
public BigInteger getCrtCoefficient()
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.