Interface EncryptedDataProto.EncryptedDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EncryptedDataProto.EncryptedData, EncryptedDataProto.EncryptedData.Builder
Enclosing class:
EncryptedDataProto

public static interface EncryptedDataProto.EncryptedDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes cipher_text = 2;
    com.google.protobuf.ByteString
    bytes iv = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIv

      com.google.protobuf.ByteString getIv()
      bytes iv = 1;
      Returns:
      The iv.
    • getCipherText

      com.google.protobuf.ByteString getCipherText()
      bytes cipher_text = 2;
      Returns:
      The cipherText.