All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.JwtHmacKeyOrBuilder Maven / Gradle / Ivy

Go to download

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

There is a newer version: 1.2.2
Show 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 interface JwtHmacKeyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.JwtHmacKey)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint32 version = 1;
   * @return The version.
   */
  int getVersion();

  /**
   * .google.crypto.tink.JwtHmacAlgorithm algorithm = 2;
   * @return The enum numeric value on the wire for algorithm.
   */
  int getAlgorithmValue();
  /**
   * .google.crypto.tink.JwtHmacAlgorithm algorithm = 2;
   * @return The algorithm.
   */
  com.google.crypto.tink.proto.JwtHmacAlgorithm getAlgorithm();

  /**
   * 
   * Placeholder for ctype and debug_redact.
   * 
* * bytes key_value = 3; * @return The keyValue. */ com.google.protobuf.ByteString getKeyValue(); /** * .google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4; * @return Whether the customKid field is set. */ boolean hasCustomKid(); /** * .google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4; * @return The customKid. */ com.google.crypto.tink.proto.JwtHmacKey.CustomKid getCustomKid(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy