All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.EciesHkdfKemParamsOrBuilder Maven / Gradle / Ivy

Go to download

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 EciesHkdfKemParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.EciesHkdfKemParams)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * Required.
   * 
* * .google.crypto.tink.EllipticCurveType curve_type = 1; * @return The enum numeric value on the wire for curveType. */ int getCurveTypeValue(); /** *
   * Required.
   * 
* * .google.crypto.tink.EllipticCurveType curve_type = 1; * @return The curveType. */ com.google.crypto.tink.proto.EllipticCurveType getCurveType(); /** *
   * Required.
   * 
* * .google.crypto.tink.HashType hkdf_hash_type = 2; * @return The enum numeric value on the wire for hkdfHashType. */ int getHkdfHashTypeValue(); /** *
   * Required.
   * 
* * .google.crypto.tink.HashType hkdf_hash_type = 2; * @return The hkdfHashType. */ com.google.crypto.tink.proto.HashType getHkdfHashType(); /** *
   * Optional.
   * 
* * bytes hkdf_salt = 11; * @return The hkdfSalt. */ com.google.protobuf.ByteString getHkdfSalt(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy