Interface SslConfig.SSLConfigOrBuilder

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

public static interface SslConfig.SSLConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    valid client certificate required ?
    custom certificate authority
    com.google.protobuf.ByteString
    custom certificate authority
    public server certificate
    com.google.protobuf.ByteString
    public server certificate
    private server key for SSL
    com.google.protobuf.ByteString
    private server key for SSL

    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

    • getServerKey

      String getServerKey()
       private server key for SSL
       
      string server_key = 1;
      Returns:
      The serverKey.
    • getServerKeyBytes

      com.google.protobuf.ByteString getServerKeyBytes()
       private server key for SSL
       
      string server_key = 1;
      Returns:
      The bytes for serverKey.
    • getServerCert

      String getServerCert()
       public server certificate
       
      string server_cert = 2;
      Returns:
      The serverCert.
    • getServerCertBytes

      com.google.protobuf.ByteString getServerCertBytes()
       public server certificate
       
      string server_cert = 2;
      Returns:
      The bytes for serverCert.
    • getCustomCa

      String getCustomCa()
        custom certificate authority
       
      string custom_ca = 3;
      Returns:
      The customCa.
    • getCustomCaBytes

      com.google.protobuf.ByteString getCustomCaBytes()
        custom certificate authority
       
      string custom_ca = 3;
      Returns:
      The bytes for customCa.
    • getClientVerify

      boolean getClientVerify()
       valid client certificate required ?
       
      bool client_verify = 4;
      Returns:
      The clientVerify.