JavaTM Platform
Standard Ed. 6

クラス
java.security.spec.ECPoint の使用

ECPoint を使用しているパッケージ
java.security.interfaces RSA Laboratory Technical Note PKCS#1 で定義されている RSA (Rivest, Shamir andAdleman AsymmetricCipher algorithm) 鍵と、NIST の FIPS-186 で定義されている DSA (Digital SignatureAlgorithm) 鍵を生成するためのインタフェースを提供します。 
java.security.spec 鍵仕様およびアルゴリズムパラメータ仕様のクラスおよびインタフェースを提供します。 
 

java.security.interfaces での ECPoint の使用
 

ECPoint を返す java.security.interfaces のメソッド
 ECPoint ECPublicKey.getW()
          公開点 W を返します。
 

java.security.spec での ECPoint の使用
 

ECPoint として宣言されている java.security.spec のフィールド
static ECPoint ECPoint.POINT_INFINITY
          これは無限遠点を定義します。
 

ECPoint を返す java.security.spec のメソッド
 ECPoint ECParameterSpec.getGenerator()
          ジェネレータ (「基底点 (base point)」とも呼ばれる) を返します。
 ECPoint ECPublicKeySpec.getW()
          公開点 W を返します。
 

ECPoint 型のパラメータを持つ java.security.spec のコンストラクタ
ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
          指定された値に基づいて楕円曲線ドメインパラメータを作成します。
ECPublicKeySpec(ECPoint w, ECParameterSpec params)
          指定されたパラメータ値を使って新しい ECPublicKeySpec を作成します。
 


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 も参照してください。