public class EdDSAPrivateKey extends Object implements EdDSAKey, PrivateKey
Constructor and Description |
---|
EdDSAPrivateKey(EdDSAPrivateKeySpec spec) |
Modifier and Type | Method and Description |
---|---|
byte[] |
geta() |
GroupElement |
getA() |
byte[] |
getAbyte() |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
byte[] |
getH() |
EdDSAParameterSpec |
getParams()
return a parameter specification representing the EdDSA domain
parameters for the key.
|
byte[] |
getSeed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public EdDSAPrivateKey(EdDSAPrivateKeySpec spec)
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public EdDSAParameterSpec getParams()
EdDSAKey
public byte[] getSeed()
public byte[] getH()
public byte[] geta()
public GroupElement getA()
public byte[] getAbyte()