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

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

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

package com.google.crypto.tink.proto;

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

  /**
   * 
   * Required.
   * 
* * bytes encrypted_keyset = 2; * @return The encryptedKeyset. */ com.google.protobuf.ByteString getEncryptedKeyset(); /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; * @return Whether the keysetInfo field is set. */ boolean hasKeysetInfo(); /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; * @return The keysetInfo. */ com.google.crypto.tink.proto.KeysetInfo getKeysetInfo(); /** *
   * Optional.
   * 
* * .google.crypto.tink.KeysetInfo keyset_info = 3; */ com.google.crypto.tink.proto.KeysetInfoOrBuilder getKeysetInfoOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy