Interface SecretsProto.KeyPairFilesOrBuilder

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

public static interface SecretsProto.KeyPairFilesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string privateKeyFile = 2;
    com.google.protobuf.ByteString
    string privateKeyFile = 2;
    string publicKeyFile = 1;
    com.google.protobuf.ByteString
    string publicKeyFile = 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

    • getPublicKeyFile

      String getPublicKeyFile()
      string publicKeyFile = 1;
      Returns:
      The publicKeyFile.
    • getPublicKeyFileBytes

      com.google.protobuf.ByteString getPublicKeyFileBytes()
      string publicKeyFile = 1;
      Returns:
      The bytes for publicKeyFile.
    • getPrivateKeyFile

      String getPrivateKeyFile()
      string privateKeyFile = 2;
      Returns:
      The privateKeyFile.
    • getPrivateKeyFileBytes

      com.google.protobuf.ByteString getPrivateKeyFileBytes()
      string privateKeyFile = 2;
      Returns:
      The bytes for privateKeyFile.