Constructor and Description |
---|
ECPrivateKeySpec(BigInteger d,
ECParameterSpec spec)
base constructor
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getD()
return the private number D
|
public ECPrivateKeySpec(BigInteger d, ECParameterSpec spec)
d
- the private number for the key.spec
- the domain parameters for the curve being used.public BigInteger getD()
Copyright © 2015. All rights reserved.