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

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

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

package com.google.crypto.tink.proto;

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

  /**
   * 
   * Required.
   * 
* * uint32 version = 1; * @return The version. */ int getVersion(); /** *
   * Required.
   * 
* * .google.crypto.tink.EciesAeadHkdfPublicKey public_key = 2; * @return Whether the publicKey field is set. */ boolean hasPublicKey(); /** *
   * Required.
   * 
* * .google.crypto.tink.EciesAeadHkdfPublicKey public_key = 2; * @return The publicKey. */ com.google.crypto.tink.proto.EciesAeadHkdfPublicKey getPublicKey(); /** *
   * Required.
   * 
* * bytes key_value = 3; * @return The keyValue. */ com.google.protobuf.ByteString getKeyValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy