
com.google.crypto.tink.proto.AesSivKeyFormatOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/aes_siv.proto
// Protobuf Java Version: 3.25.3
package com.google.crypto.tink.proto;
public interface AesSivKeyFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.AesSivKeyFormat)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* Only valid value is: 64.
*
*
* uint32 key_size = 1;
* @return The keySize.
*/
int getKeySize();
/**
* uint32 version = 2;
* @return The version.
*/
int getVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy