|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
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 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。