public class EdDSAPublicKey extends java.lang.Object implements EdDSAKey, java.security.PublicKey
| Constructor and Description |
|---|
EdDSAPublicKey(EdDSAPublicKeySpec spec) |
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
getA() |
byte[] |
getAbyte() |
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
GroupElement |
getNegativeA() |
EdDSAParameterSpec |
getParams()
return a parameter specification representing the EdDSA domain
parameters for the key.
|
public EdDSAPublicKey(EdDSAPublicKeySpec 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 GroupElement getA()
public GroupElement getNegativeA()
public byte[] getAbyte()