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

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

package com.google.crypto.tink.proto;

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

  /**
   * 
   * Identifies key used to generate new crypto data (encrypt, sign).
   * Required.
   * 
* * uint32 primary_key_id = 1; * @return The primaryKeyId. */ int getPrimaryKeyId(); /** *
   * Actual keys in the Keyset.
   * Required.
   * 
* * repeated .google.crypto.tink.Keyset.Key key = 2; */ java.util.List getKeyList(); /** *
   * Actual keys in the Keyset.
   * Required.
   * 
* * repeated .google.crypto.tink.Keyset.Key key = 2; */ com.google.crypto.tink.proto.Keyset.Key getKey(int index); /** *
   * Actual keys in the Keyset.
   * Required.
   * 
* * repeated .google.crypto.tink.Keyset.Key key = 2; */ int getKeyCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy