JavaTM Platform
Standard Ed. 6

java.security.interfaces
インタフェース ECPublicKey

すべてのスーパーインタフェース:
ECKey, Key, PublicKey, Serializable

public interface ECPublicKey
extends PublicKey, ECKey

楕円曲線 (Elliptic Curve: EC) 公開鍵のインタフェースです。

導入されたバージョン:
1.5
関連項目:
PublicKey, ECKey, ECPoint

フィールドの概要
static long serialVersionUID
          直列化の互換性を示すために設定される、クラスのフィンガープリントです。
 
メソッドの概要
 ECPoint getW()
          公開点 W を返します。
 
インタフェース java.security.Key から継承されたメソッド
getAlgorithm, getEncoded, getFormat
 
インタフェース java.security.interfaces.ECKey から継承されたメソッド
getParams
 

フィールドの詳細

serialVersionUID

static final long serialVersionUID
直列化の互換性を示すために設定される、クラスのフィンガープリントです。

関連項目:
定数フィールド値
メソッドの詳細

getW

ECPoint getW()
公開点 W を返します。

戻り値:
公開点 W

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