- 
- 既知のすべてのサブインタフェース:
 RSAMultiPrimePrivateCrtKey,RSAPrivateCrtKey,RSAPrivateKey,RSAPublicKey
public interface RSAKeyRSAまたはRSASSA-PSSアルゴリズムなど、PKCS#1 v2.2標準の公開鍵または秘密鍵へのインタフェースです。- 導入されたバージョン:
 - 1.3
 - 関連項目:
 RSAPublicKey,RSAPrivateKey
 
- 
- 
メソッドのサマリー
修飾子と型 メソッド 説明 BigIntegergetModulus()モジュラスを返します。default AlgorithmParameterSpecgetParams()このキーに関連付けられたパラメータを返します。 
 - 
 
- 
- 
メソッドの詳細
- 
getModulus
BigInteger getModulus()
モジュラスを返します。- 戻り値:
 - モジュラス
 
 
- 
getParams
default AlgorithmParameterSpec getParams()
このキーに関連付けられたパラメータを返します。 パラメータはオプションであり、鍵ペアの生成中に明示的に指定または暗黙的に作成されます。- 実装要件:
 - デフォルトの実装では
nullを返します。 - 戻り値:
 - 関連付けられたパラメータはNullでもかまいません
 - 導入されたバージョン:
 - 11
 
 
 - 
 
 -