com.google.crypto.tink.proto.Common 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/common.proto
// Protobuf Java Version: 3.25.3
package com.google.crypto.tink.proto;
public final class Common {
private Common() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\022proto/common.proto\022\022google.crypto.tink" +
"*c\n\021EllipticCurveType\022\021\n\rUNKNOWN_CURVE\020\000" +
"\022\r\n\tNIST_P256\020\002\022\r\n\tNIST_P384\020\003\022\r\n\tNIST_P" +
"521\020\004\022\016\n\nCURVE25519\020\005*j\n\rEcPointFormat\022\022" +
"\n\016UNKNOWN_FORMAT\020\000\022\020\n\014UNCOMPRESSED\020\001\022\016\n\n" +
"COMPRESSED\020\002\022#\n\037DO_NOT_USE_CRUNCHY_UNCOM" +
"PRESSED\020\003*V\n\010HashType\022\020\n\014UNKNOWN_HASH\020\000\022" +
"\010\n\004SHA1\020\001\022\n\n\006SHA384\020\002\022\n\n\006SHA256\020\003\022\n\n\006SHA" +
"512\020\004\022\n\n\006SHA224\020\005BY\n\034com.google.crypto.t" +
"ink.protoP\001Z7github.com/tink-crypto/tink" +
"-go/v2/proto/common_go_protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy