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 Show documentation
Show all versions of tink 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!
// source: proto/aes_ctr_hmac_aead.proto
package com.google.crypto.tink.proto;
public interface AesCtrHmacAeadKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.AesCtrHmacAeadKey)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 version = 1;
*/
int getVersion();
/**
* .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
*/
boolean hasAesCtrKey();
/**
* .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
*/
com.google.crypto.tink.proto.AesCtrKey getAesCtrKey();
/**
* .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
*/
com.google.crypto.tink.proto.AesCtrKeyOrBuilder getAesCtrKeyOrBuilder();
/**
* .google.crypto.tink.HmacKey hmac_key = 3;
*/
boolean hasHmacKey();
/**
* .google.crypto.tink.HmacKey hmac_key = 3;
*/
com.google.crypto.tink.proto.HmacKey getHmacKey();
/**
* .google.crypto.tink.HmacKey hmac_key = 3;
*/
com.google.crypto.tink.proto.HmacKeyOrBuilder getHmacKeyOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy