public class EdDSAPublicKey extends Object implements EdDSAKey, PublicKey
Constructor and Description |
---|
EdDSAPublicKey(EdDSAPublicKeySpec spec) |
Modifier and Type | Method and Description |
---|---|
GroupElement |
getA() |
byte[] |
getAbyte() |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
GroupElement |
getNegativeA() |
EdDSAParameterSpec |
getParams()
return a parameter specification representing the EdDSA domain
parameters for the key.
|
public EdDSAPublicKey(EdDSAPublicKeySpec spec)
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public EdDSAParameterSpec getParams()
EdDSAKey
public GroupElement getA()
public GroupElement getNegativeA()
public byte[] getAbyte()