|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.security.spec.ECPrivateKeySpec
public class ECPrivateKeySpec
この不変クラスは、楕円曲線非公開鍵とそれに関連付けられたパラメータを指定します。
KeySpec
,
ECParameterSpec
コンストラクタの概要 | |
---|---|
ECPrivateKeySpec(BigInteger s,
ECParameterSpec params)
指定されたパラメータ値を使って ECPrivateKeySpec を作成します。 |
メソッドの概要 | |
---|---|
ECParameterSpec |
getParams()
関連付けられた楕円曲線ドメインパラメータを返します。 |
BigInteger |
getS()
非公開値 S を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ECPrivateKeySpec(BigInteger s, ECParameterSpec params)
s
- 非公開値params
- 関連付けられた楕円曲線ドメインパラメータ
NullPointerException
- s
または params
が null の場合メソッドの詳細 |
---|
public BigInteger getS()
public ECParameterSpec getParams()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。