public class ECPrivateKeySpec extends Object implements KeySpec
KeySpec
, ECParameterSpec
コンストラクタと説明 |
---|
ECPrivateKeySpec(BigInteger s, ECParameterSpec params)
指定されたパラメータ値を使って ECPrivateKeySpec を作成します。
|
public ECPrivateKeySpec(BigInteger s, ECParameterSpec params)
s
- 非公開値。params
- 関連付けられた楕円曲線ドメインパラメータ。NullPointerException
- s
または params
が null の場合。public BigInteger getS()
public ECParameterSpec getParams()
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.