public interface Ed25519PrivateKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKeyValue()
The private key is 32 bytes of cryptographically secure random data.
|
Ed25519PublicKey |
getPublicKey()
The corresponding public key.
|
int |
getVersion()
Required.
|
boolean |
hasPublicKey()
The corresponding public key.
|
int getVersion()
Required.
uint32 version = 1;com.google.protobuf.ByteString getKeyValue()
The private key is 32 bytes of cryptographically secure random data. See https://tools.ietf.org/html/rfc8032#section-5.1.5. Required.
bytes key_value = 2;boolean hasPublicKey()
The corresponding public key.
.google.crypto.tink.Ed25519PublicKey public_key = 3;Ed25519PublicKey getPublicKey()
The corresponding public key.
.google.crypto.tink.Ed25519PublicKey public_key = 3;