com.google.crypto.tink.proto.AesCmacKeyFormatOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/aes_cmac.proto
// Protobuf Java Version: 4.28.2
package com.google.crypto.tink.proto;
public interface AesCmacKeyFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.AesCmacKeyFormat)
com.google.protobuf.MessageLiteOrBuilder {
/**
* uint32 key_size = 1;
* @return The keySize.
*/
int getKeySize();
/**
* .google.crypto.tink.AesCmacParams params = 2;
* @return Whether the params field is set.
*/
boolean hasParams();
/**
* .google.crypto.tink.AesCmacParams params = 2;
* @return The params.
*/
com.google.crypto.tink.proto.AesCmacParams getParams();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy