JavaTM Platform
Standard Ed. 6

java.security.interfaces
インタフェース RSAMultiPrimePrivateCrtKey

すべてのスーパーインタフェース:
Key, PrivateKey, RSAKey, RSAPrivateKey, Serializable

public interface RSAMultiPrimePrivateCrtKey
extends RSAPrivateKey

中国剰余定理 (CRT) の情報の値を使った、RSA マルチプライム非公開鍵 (PKCS#1 v2.1 の定義による) のインタフェースです。

導入されたバージョン:
1.4
関連項目:
RSAPrivateKeySpec, RSAMultiPrimePrivateCrtKeySpec, RSAPrivateKey, RSAPrivateCrtKey

フィールドの概要
static long serialVersionUID
           
 
メソッドの概要
 BigInteger getCrtCoefficient()
          crtCoefficient を返します。
 RSAOtherPrimeInfo[] getOtherPrimeInfo()
          otherPrimeInfo を返します。
 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
 

フィールドの詳細

serialVersionUID

static final long serialVersionUID
関連項目:
定数フィールド値
メソッドの詳細

getPublicExponent

BigInteger getPublicExponent()
公開指数を返します。

戻り値:
公開指数

getPrimeP

BigInteger getPrimeP()
primeP を返します。

戻り値:
primeP

getPrimeQ

BigInteger getPrimeQ()
primeQ を返します。

戻り値:
primeQ

getPrimeExponentP

BigInteger getPrimeExponentP()
primeExponentP を返します。

戻り値:
primeExponentP

getPrimeExponentQ

BigInteger getPrimeExponentQ()
primeExponentQ を返します。

戻り値:
primeExponentQ

getCrtCoefficient

BigInteger getCrtCoefficient()
crtCoefficient を返します。

戻り値:
crtCoefficient

getOtherPrimeInfo

RSAOtherPrimeInfo[] getOtherPrimeInfo()
otherPrimeInfo を返します。2 つの素因数 (p と q) だけしかない場合は null を返します。

戻り値:
otherPrimeInfo

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。