public final class Ed25519PublicKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_SIZE |
| Constructor and Description |
|---|
Ed25519PublicKeyParameters(byte[] buf,
int off) |
Ed25519PublicKeyParameters(java.io.InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(byte[] buf,
int off) |
byte[] |
getEncoded() |
isPrivatepublic static final int KEY_SIZE