// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/aes_gcm_hkdf_streaming.proto

package com.google.crypto.tink.proto;

public interface AesGcmHkdfStreamingKeyFormatOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.AesGcmHkdfStreamingKeyFormat)
    com.google.protobuf.MessageOrBuilder {

  
.google.crypto.tink.AesGcmHkdfStreamingParams params = 1;
Returns:Whether the params field is set.
/** * <code>.google.crypto.tink.AesGcmHkdfStreamingParams params = 1;</code> * @return Whether the params field is set. */
boolean hasParams();
.google.crypto.tink.AesGcmHkdfStreamingParams params = 1;
Returns:The params.
/** * <code>.google.crypto.tink.AesGcmHkdfStreamingParams params = 1;</code> * @return The params. */
com.google.crypto.tink.proto.AesGcmHkdfStreamingParams getParams();
.google.crypto.tink.AesGcmHkdfStreamingParams params = 1;
/** * <code>.google.crypto.tink.AesGcmHkdfStreamingParams params = 1;</code> */
com.google.crypto.tink.proto.AesGcmHkdfStreamingParamsOrBuilder getParamsOrBuilder();
size of the main key (aka. "ikm", input key material)
uint32 key_size = 2;
Returns:The keySize.
/** * <pre> * size of the main key (aka. "ikm", input key material) * </pre> * * <code>uint32 key_size = 2;</code> * @return The keySize. */
int getKeySize(); }