| パッケージ | 説明 | 
|---|---|
| java.security.interfaces | 
 RSA Laboratory Technical Note PKCS#1で定義されているRSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm)キーと、NISTのFIPS-186で定義されているDSA (Digital Signature Algorithm)キーを生成するためのインタフェースを提供します。 
 | 
| java.security.spec | 
 キー仕様およびアルゴリズム・パラメータ仕様のクラスおよびインタフェースを提供します。 
 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
ECPoint | 
ECPublicKey.getW()
公開点Wを返します。 
 | 
| 修飾子と型 | フィールド | 説明 | 
|---|---|---|
static ECPoint | 
ECPoint.POINT_INFINITY
これは無限遠点を定義します。 
 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
ECPoint | 
ECParameterSpec.getGenerator()
ジェネレータ(「基底点(base point)」とも呼ばれる)を返します。 
 | 
|
ECPoint | 
ECPublicKeySpec.getW()
公開点Wを返します。 
 | 
| コンストラクタ | 説明 | 
|---|---|
ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
指定された値に基づいて楕円曲線ドメイン・パラメータを作成します。 
 | 
|
ECPublicKeySpec(ECPoint w, ECParameterSpec params)
指定されたパラメータ値を使って新しいECPublicKeySpecを作成します。 
 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。 そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。 
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved.  Use is subject to license terms.  Documentation Redistribution Policyも参照してください。