public class EdDSAPrivateKey extends java.lang.Object implements EdDSAKey, java.security.PrivateKey
| Constructor and Description |
|---|
EdDSAPrivateKey(EdDSAPrivateKeySpec spec) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
geta() |
GroupElement |
getA() |
byte[] |
getAbyte() |
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
byte[] |
getH() |
EdDSAParameterSpec |
getParams()
return a parameter specification representing the EdDSA domain
parameters for the key.
|
byte[] |
getSeed() |
public EdDSAPrivateKey(EdDSAPrivateKeySpec spec)
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic EdDSAParameterSpec getParams()
EdDSAKeypublic byte[] getSeed()
public byte[] getH()
public byte[] geta()
public GroupElement getA()
public byte[] getAbyte()