com.google.crypto.tink.proto.JwtHmac 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.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/jwt_hmac.proto
// Protobuf Java Version: 4.28.2
package com.google.crypto.tink.proto;
public final class JwtHmac {
private JwtHmac() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
JwtHmac.class.getName());
}
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_JwtHmacKey_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_crypto_tink_JwtHmacKey_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_crypto_tink_JwtHmacKey_CustomKid_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_crypto_tink_JwtHmacKey_CustomKid_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_crypto_tink_JwtHmacKeyFormat_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_crypto_tink_JwtHmacKeyFormat_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\024proto/jwt_hmac.proto\022\022google.crypto.ti" +
"nk\"\303\001\n\nJwtHmacKey\022\017\n\007version\030\001 \001(\r\0227\n\tal" +
"gorithm\030\002 \001(\0162$.google.crypto.tink.JwtHm" +
"acAlgorithm\022\021\n\tkey_value\030\003 \001(\014\022<\n\ncustom" +
"_kid\030\004 \001(\0132(.google.crypto.tink.JwtHmacK" +
"ey.CustomKid\032\032\n\tCustomKid\022\r\n\005value\030\001 \001(\t" +
"\"n\n\020JwtHmacKeyFormat\022\017\n\007version\030\001 \001(\r\0227\n" +
"\talgorithm\030\002 \001(\0162$.google.crypto.tink.Jw" +
"tHmacAlgorithm\022\020\n\010key_size\030\003 \001(\r*C\n\020JwtH" +
"macAlgorithm\022\016\n\nHS_UNKNOWN\020\000\022\t\n\005HS256\020\001\022" +
"\t\n\005HS384\020\002\022\t\n\005HS512\020\003B[\n\034com.google.cryp" +
"to.tink.protoP\001Z9github.com/tink-crypto/" +
"tink-go/v2/proto/jwt_hmac_go_protob\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_google_crypto_tink_JwtHmacKey_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_crypto_tink_JwtHmacKey_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_crypto_tink_JwtHmacKey_descriptor,
new java.lang.String[] { "Version", "Algorithm", "KeyValue", "CustomKid", });
internal_static_google_crypto_tink_JwtHmacKey_CustomKid_descriptor =
internal_static_google_crypto_tink_JwtHmacKey_descriptor.getNestedTypes().get(0);
internal_static_google_crypto_tink_JwtHmacKey_CustomKid_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_crypto_tink_JwtHmacKey_CustomKid_descriptor,
new java.lang.String[] { "Value", });
internal_static_google_crypto_tink_JwtHmacKeyFormat_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_google_crypto_tink_JwtHmacKeyFormat_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_crypto_tink_JwtHmacKeyFormat_descriptor,
new java.lang.String[] { "Version", "Algorithm", "KeySize", });
descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy