|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface RSAMultiPrimePrivateCrtKey
中国剰余定理 (CRT) の情報の値を使った、RSA マルチプライム非公開鍵 (PKCS#1 v2.1 の定義による) のインタフェースです。
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 |
フィールドの詳細 |
---|
static final long serialVersionUID
メソッドの詳細 |
---|
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
RSAOtherPrimeInfo[] getOtherPrimeInfo()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。