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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/rsa_ssa_pkcs1.proto

// Protobuf Java Version: 3.25.3
package com.google.crypto.tink.proto;

public interface RsaSsaPkcs1KeyFormatOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.RsaSsaPkcs1KeyFormat)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required.
   * 
* * .google.crypto.tink.RsaSsaPkcs1Params params = 1; * @return Whether the params field is set. */ boolean hasParams(); /** *
   * Required.
   * 
* * .google.crypto.tink.RsaSsaPkcs1Params params = 1; * @return The params. */ com.google.crypto.tink.proto.RsaSsaPkcs1Params getParams(); /** *
   * Required.
   * 
* * .google.crypto.tink.RsaSsaPkcs1Params params = 1; */ com.google.crypto.tink.proto.RsaSsaPkcs1ParamsOrBuilder getParamsOrBuilder(); /** *
   * Required.
   * 
* * uint32 modulus_size_in_bits = 2; * @return The modulusSizeInBits. */ int getModulusSizeInBits(); /** *
   * Required.
   * 
* * bytes public_exponent = 3; * @return The publicExponent. */ com.google.protobuf.ByteString getPublicExponent(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy