public interface Ed25519PublicKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKeyValue()
The public key is 32 bytes, encoded according to
https://tools.ietf.org/html/rfc8032#section-5.1.2.
|
int |
getVersion()
Required.
|
int getVersion()
Required.
uint32 version = 1;com.google.protobuf.ByteString getKeyValue()
The public key is 32 bytes, encoded according to https://tools.ietf.org/html/rfc8032#section-5.1.2. Required.
bytes key_value = 2;