public interface HpkePublicKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HpkeParams |
getParams()
.google.crypto.tink.HpkeParams params = 2; |
HpkeParamsOrBuilder |
getParamsOrBuilder()
.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVersion()
uint32 version = 1;boolean hasParams()
.google.crypto.tink.HpkeParams params = 2;HpkeParams getParams()
.google.crypto.tink.HpkeParams params = 2;HpkeParamsOrBuilder getParamsOrBuilder()
.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;