public interface Ed25519PrivateKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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.
|
Ed25519PublicKeyOrBuilder |
getPublicKeyOrBuilder()
The corresponding public key.
|
int |
getVersion()
Required.
|
boolean |
hasPublicKey()
The corresponding public key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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 [ctype = STRING_PIECE];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;Ed25519PublicKeyOrBuilder getPublicKeyOrBuilder()
The corresponding public key.
.google.crypto.tink.Ed25519PublicKey public_key = 3;