Interface TssEncryptionKeysOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
TssEncryptionKeys, TssEncryptionKeys.Builder

@Generated public interface TssEncryptionKeysOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * If non-empty, a node's current TSS encryption key.
    com.google.protobuf.ByteString
    * If non-empty, the same node's next TSS encryption key.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getCurrentEncryptionKey

      com.google.protobuf.ByteString getCurrentEncryptionKey()
       *
       If non-empty, a node's current TSS encryption key.
       
      bytes current_encryption_key = 1;
      Returns:
      The currentEncryptionKey.
    • getNextEncryptionKey

      com.google.protobuf.ByteString getNextEncryptionKey()
       *
       If non-empty, the same node's next TSS encryption key.
       
      bytes next_encryption_key = 2;
      Returns:
      The nextEncryptionKey.