public interface HpkePrivateKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getPrivateKey()
KEM-encoding of private key (i.e., SerializePrivateKey() ) as described in
https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
|
HpkePublicKey |
getPublicKey()
.google.crypto.tink.HpkePublicKey public_key = 2; |
int |
getVersion()
uint32 version = 1; |
boolean |
hasPublicKey()
.google.crypto.tink.HpkePublicKey public_key = 2; |
int getVersion()
uint32 version = 1;boolean hasPublicKey()
.google.crypto.tink.HpkePublicKey public_key = 2;HpkePublicKey getPublicKey()
.google.crypto.tink.HpkePublicKey public_key = 2;com.google.protobuf.ByteString getPrivateKey()
KEM-encoding of private key (i.e., SerializePrivateKey() ) as described in https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
bytes private_key = 3;