com.google.crypto.tink.proto.EciesAeadHkdfParamsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tink-android Show documentation
Show all versions of tink-android Show documentation
Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/ecies_aead_hkdf.proto
// Protobuf Java Version: 4.28.2
package com.google.crypto.tink.proto;
public interface EciesAeadHkdfParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.EciesAeadHkdfParams)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* Key Encapsulation Mechanism.
* Required.
*
*
* .google.crypto.tink.EciesHkdfKemParams kem_params = 1;
* @return Whether the kemParams field is set.
*/
boolean hasKemParams();
/**
*
* Key Encapsulation Mechanism.
* Required.
*
*
* .google.crypto.tink.EciesHkdfKemParams kem_params = 1;
* @return The kemParams.
*/
com.google.crypto.tink.proto.EciesHkdfKemParams getKemParams();
/**
*
* Data Encapsulation Mechanism.
* Required.
*
*
* .google.crypto.tink.EciesAeadDemParams dem_params = 2;
* @return Whether the demParams field is set.
*/
boolean hasDemParams();
/**
*
* Data Encapsulation Mechanism.
* Required.
*
*
* .google.crypto.tink.EciesAeadDemParams dem_params = 2;
* @return The demParams.
*/
com.google.crypto.tink.proto.EciesAeadDemParams getDemParams();
/**
*
* EC point format.
* Required.
*
*
* .google.crypto.tink.EcPointFormat ec_point_format = 3;
* @return The enum numeric value on the wire for ecPointFormat.
*/
int getEcPointFormatValue();
/**
*
* EC point format.
* Required.
*
*
* .google.crypto.tink.EcPointFormat ec_point_format = 3;
* @return The ecPointFormat.
*/
com.google.crypto.tink.proto.EcPointFormat getEcPointFormat();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy