
com.google.crypto.tink.proto.PrfBasedDeriverKeyFormatOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/prf_based_deriver.proto
// Protobuf Java Version: 3.25.3
package com.google.crypto.tink.proto;
public interface PrfBasedDeriverKeyFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.PrfBasedDeriverKeyFormat)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .google.crypto.tink.KeyTemplate prf_key_template = 1;
* @return Whether the prfKeyTemplate field is set.
*/
boolean hasPrfKeyTemplate();
/**
* .google.crypto.tink.KeyTemplate prf_key_template = 1;
* @return The prfKeyTemplate.
*/
com.google.crypto.tink.proto.KeyTemplate getPrfKeyTemplate();
/**
* .google.crypto.tink.PrfBasedDeriverParams params = 2;
* @return Whether the params field is set.
*/
boolean hasParams();
/**
* .google.crypto.tink.PrfBasedDeriverParams params = 2;
* @return The params.
*/
com.google.crypto.tink.proto.PrfBasedDeriverParams getParams();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy