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

com.google.crypto.tink.proto.AesGcmHkdfStreamingParamsOrBuilder 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.

There is a newer version: 1.2.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/aes_gcm_hkdf_streaming.proto
// Protobuf Java Version: 4.28.2

package com.google.crypto.tink.proto;

public interface AesGcmHkdfStreamingParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.AesGcmHkdfStreamingParams)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint32 ciphertext_segment_size = 1;
   * @return The ciphertextSegmentSize.
   */
  int getCiphertextSegmentSize();

  /**
   * 
   * size of AES-GCM keys derived for each segment
   * 
* * uint32 derived_key_size = 2; * @return The derivedKeySize. */ int getDerivedKeySize(); /** * .google.crypto.tink.HashType hkdf_hash_type = 3; * @return The enum numeric value on the wire for hkdfHashType. */ int getHkdfHashTypeValue(); /** * .google.crypto.tink.HashType hkdf_hash_type = 3; * @return The hkdfHashType. */ com.google.crypto.tink.proto.HashType getHkdfHashType(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy