com.google.crypto.tink.proto.Hmac 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/hmac.proto
package com.google.crypto.tink.proto;
public final class Hmac {
private Hmac() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_crypto_tink_HmacParams_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_crypto_tink_HmacParams_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_crypto_tink_HmacKey_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_crypto_tink_HmacKey_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_crypto_tink_HmacKeyFormat_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_crypto_tink_HmacKeyFormat_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\020proto/hmac.proto\022\022google.crypto.tink\032\022" +
"proto/common.proto\"J\n\nHmacParams\022*\n\004hash" +
"\030\001 \001(\0162\034.google.crypto.tink.HashType\022\020\n\010" +
"tag_size\030\002 \001(\r\"]\n\007HmacKey\022\017\n\007version\030\001 \001" +
"(\r\022.\n\006params\030\002 \001(\0132\036.google.crypto.tink." +
"HmacParams\022\021\n\tkey_value\030\003 \001(\014\"Q\n\rHmacKey" +
"Format\022.\n\006params\030\001 \001(\0132\036.google.crypto.t" +
"ink.HmacParams\022\020\n\010key_size\030\002 \001(\rBU\n\034com." +
"google.crypto.tink.protoP\001Z*github.com/g" +
"oogle/tink/proto/hmac_go_proto\242\002\006TINKPBb" +
"\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.crypto.tink.proto.Common.getDescriptor(),
}, assigner);
internal_static_google_crypto_tink_HmacParams_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_crypto_tink_HmacParams_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_crypto_tink_HmacParams_descriptor,
new java.lang.String[] { "Hash", "TagSize", });
internal_static_google_crypto_tink_HmacKey_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_google_crypto_tink_HmacKey_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_crypto_tink_HmacKey_descriptor,
new java.lang.String[] { "Version", "Params", "KeyValue", });
internal_static_google_crypto_tink_HmacKeyFormat_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_google_crypto_tink_HmacKeyFormat_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_crypto_tink_HmacKeyFormat_descriptor,
new java.lang.String[] { "Params", "KeySize", });
com.google.crypto.tink.proto.Common.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy