public final class EdPrivateKeySpec extends Object implements KeySpec
X448KeyPairGenerator
,
X25519KeyPairGenerator
,
EdKey
,
EdPrivateKey
,
EdPublicKey
,
EdPublicKeySpec
Constructor and Description |
---|
EdPrivateKeySpec(byte[] seed,
EdParameterSpec params)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
EdParameterSpec |
getParams()
Return the associated curve domain parameters.
|
byte[] |
getSeed()
Return the secret seed.
|
public EdPrivateKeySpec(byte[] seed, EdParameterSpec params)
seed
- the private key, i.e. seedparams
- the domain parameterspublic byte[] getSeed()
public EdParameterSpec getParams()
Copyright © 2011–2022 Stiftung SIC. All rights reserved.