public final class EciesAeadHkdfParams extends com.google.protobuf.GeneratedMessageV3 implements EciesAeadHkdfParamsOrBuilder
google.crypto.tink.EciesAeadHkdfParams| Modifier and Type | Class and Description |
|---|---|
static class |
EciesAeadHkdfParams.Builder
Protobuf type
google.crypto.tink.EciesAeadHkdfParams |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DEM_PARAMS_FIELD_NUMBER |
static int |
EC_POINT_FORMAT_FIELD_NUMBER |
static int |
KEM_PARAMS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static EciesAeadHkdfParams |
getDefaultInstance() |
EciesAeadHkdfParams |
getDefaultInstanceForType() |
EciesAeadDemParams |
getDemParams()
Data Encapsulation Mechanism.
|
EciesAeadDemParamsOrBuilder |
getDemParamsOrBuilder()
Data Encapsulation Mechanism.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EcPointFormat |
getEcPointFormat()
EC point format.
|
int |
getEcPointFormatValue()
EC point format.
|
EciesHkdfKemParams |
getKemParams()
Key Encapsulation Mechanism.
|
EciesHkdfKemParamsOrBuilder |
getKemParamsOrBuilder()
Key Encapsulation Mechanism.
|
com.google.protobuf.Parser<EciesAeadHkdfParams> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasDemParams()
Data Encapsulation Mechanism.
|
int |
hashCode() |
boolean |
hasKemParams()
Key Encapsulation Mechanism.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EciesAeadHkdfParams.Builder |
newBuilder() |
static EciesAeadHkdfParams.Builder |
newBuilder(EciesAeadHkdfParams prototype) |
EciesAeadHkdfParams.Builder |
newBuilderForType() |
protected EciesAeadHkdfParams.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static EciesAeadHkdfParams |
parseDelimitedFrom(InputStream input) |
static EciesAeadHkdfParams |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EciesAeadHkdfParams |
parseFrom(byte[] data) |
static EciesAeadHkdfParams |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EciesAeadHkdfParams |
parseFrom(ByteBuffer data) |
static EciesAeadHkdfParams |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EciesAeadHkdfParams |
parseFrom(com.google.protobuf.ByteString data) |
static EciesAeadHkdfParams |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EciesAeadHkdfParams |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EciesAeadHkdfParams |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EciesAeadHkdfParams |
parseFrom(InputStream input) |
static EciesAeadHkdfParams |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EciesAeadHkdfParams> |
parser() |
EciesAeadHkdfParams.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KEM_PARAMS_FIELD_NUMBER
public static final int DEM_PARAMS_FIELD_NUMBER
public static final int EC_POINT_FORMAT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasKemParams()
Key Encapsulation Mechanism. Required.
.google.crypto.tink.EciesHkdfKemParams kem_params = 1;hasKemParams in interface EciesAeadHkdfParamsOrBuilderpublic EciesHkdfKemParams getKemParams()
Key Encapsulation Mechanism. Required.
.google.crypto.tink.EciesHkdfKemParams kem_params = 1;getKemParams in interface EciesAeadHkdfParamsOrBuilderpublic EciesHkdfKemParamsOrBuilder getKemParamsOrBuilder()
Key Encapsulation Mechanism. Required.
.google.crypto.tink.EciesHkdfKemParams kem_params = 1;getKemParamsOrBuilder in interface EciesAeadHkdfParamsOrBuilderpublic boolean hasDemParams()
Data Encapsulation Mechanism. Required.
.google.crypto.tink.EciesAeadDemParams dem_params = 2;hasDemParams in interface EciesAeadHkdfParamsOrBuilderpublic EciesAeadDemParams getDemParams()
Data Encapsulation Mechanism. Required.
.google.crypto.tink.EciesAeadDemParams dem_params = 2;getDemParams in interface EciesAeadHkdfParamsOrBuilderpublic EciesAeadDemParamsOrBuilder getDemParamsOrBuilder()
Data Encapsulation Mechanism. Required.
.google.crypto.tink.EciesAeadDemParams dem_params = 2;getDemParamsOrBuilder in interface EciesAeadHkdfParamsOrBuilderpublic int getEcPointFormatValue()
EC point format. Required.
.google.crypto.tink.EcPointFormat ec_point_format = 3;getEcPointFormatValue in interface EciesAeadHkdfParamsOrBuilderpublic EcPointFormat getEcPointFormat()
EC point format. Required.
.google.crypto.tink.EcPointFormat ec_point_format = 3;getEcPointFormat in interface EciesAeadHkdfParamsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EciesAeadHkdfParams parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EciesAeadHkdfParams parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EciesAeadHkdfParams parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EciesAeadHkdfParams parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EciesAeadHkdfParams parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EciesAeadHkdfParams parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EciesAeadHkdfParams parseFrom(InputStream input) throws IOException
IOExceptionpublic static EciesAeadHkdfParams parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EciesAeadHkdfParams parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EciesAeadHkdfParams parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EciesAeadHkdfParams parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EciesAeadHkdfParams parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EciesAeadHkdfParams.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EciesAeadHkdfParams.Builder newBuilder()
public static EciesAeadHkdfParams.Builder newBuilder(EciesAeadHkdfParams prototype)
public EciesAeadHkdfParams.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EciesAeadHkdfParams.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EciesAeadHkdfParams getDefaultInstance()
public static com.google.protobuf.Parser<EciesAeadHkdfParams> parser()
public com.google.protobuf.Parser<EciesAeadHkdfParams> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EciesAeadHkdfParams getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder