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