
com.google.crypto.tink.proto.JwtEcdsaKeyFormatOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/jwt_ecdsa.proto
// Protobuf Java Version: 3.25.3
package com.google.crypto.tink.proto;
public interface JwtEcdsaKeyFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.JwtEcdsaKeyFormat)
com.google.protobuf.MessageLiteOrBuilder {
/**
* uint32 version = 1;
* @return The version.
*/
int getVersion();
/**
* .google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;
* @return The enum numeric value on the wire for algorithm.
*/
int getAlgorithmValue();
/**
* .google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;
* @return The algorithm.
*/
com.google.crypto.tink.proto.JwtEcdsaAlgorithm getAlgorithm();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy