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

com.google.crypto.tink.proto.HpkePrivateKeyOrBuilder 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/hpke.proto
// Protobuf Java Version: 4.28.2

package com.google.crypto.tink.proto;

public interface HpkePrivateKeyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.HpkePrivateKey)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * .google.crypto.tink.HpkePublicKey public_key = 2;
   * @return Whether the publicKey field is set.
   */
  boolean hasPublicKey();
  /**
   * .google.crypto.tink.HpkePublicKey public_key = 2;
   * @return The publicKey.
   */
  com.google.crypto.tink.proto.HpkePublicKey getPublicKey();

  /**
   * 
   * KEM-encoding of private key (i.e., SerializePrivateKey() ) as described in
   * https://www.rfc-editor.org/rfc/rfc9180.html#name-cryptographic-dependencies.
   * 
* * bytes private_key = 3; * @return The privateKey. */ com.google.protobuf.ByteString getPrivateKey(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy