
com.google.crypto.tink.proto.AesCtrHmacAeadKeyOrBuilder 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.
// 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 AesCtrHmacAeadKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.AesCtrHmacAeadKey)
com.google.protobuf.MessageLiteOrBuilder {
/**
* uint32 version = 1;
* @return The version.
*/
int getVersion();
/**
* .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
* @return Whether the aesCtrKey field is set.
*/
boolean hasAesCtrKey();
/**
* .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
* @return The aesCtrKey.
*/
com.google.crypto.tink.proto.AesCtrKey getAesCtrKey();
/**
* .google.crypto.tink.HmacKey hmac_key = 3;
* @return Whether the hmacKey field is set.
*/
boolean hasHmacKey();
/**
* .google.crypto.tink.HmacKey hmac_key = 3;
* @return The hmacKey.
*/
com.google.crypto.tink.proto.HmacKey getHmacKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy