com.google.crypto.tink.proto.AesCtrHmacAeadKeyFormatOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tink-android Show documentation
Show all versions of tink-android Show documentation
Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/aes_ctr_hmac_aead.proto
// Protobuf Java Version: 4.28.2
package com.google.crypto.tink.proto;
public interface AesCtrHmacAeadKeyFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.AesCtrHmacAeadKeyFormat)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .google.crypto.tink.AesCtrKeyFormat aes_ctr_key_format = 1;
* @return Whether the aesCtrKeyFormat field is set.
*/
boolean hasAesCtrKeyFormat();
/**
* .google.crypto.tink.AesCtrKeyFormat aes_ctr_key_format = 1;
* @return The aesCtrKeyFormat.
*/
com.google.crypto.tink.proto.AesCtrKeyFormat getAesCtrKeyFormat();
/**
* .google.crypto.tink.HmacKeyFormat hmac_key_format = 2;
* @return Whether the hmacKeyFormat field is set.
*/
boolean hasHmacKeyFormat();
/**
* .google.crypto.tink.HmacKeyFormat hmac_key_format = 2;
* @return The hmacKeyFormat.
*/
com.google.crypto.tink.proto.HmacKeyFormat getHmacKeyFormat();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy