Interface CastChannel.AuthResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
CastChannel.AuthResponse, CastChannel.AuthResponse.Builder
Enclosing class:
CastChannel

public static interface CastChannel.AuthResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • hasSignature

      boolean hasSignature()
      required bytes signature = 1;
      Returns:
      Whether the signature field is set.
    • getSignature

      com.google.protobuf.ByteString getSignature()
      required bytes signature = 1;
      Returns:
      The signature.
    • hasClientAuthCertificate

      boolean hasClientAuthCertificate()
      required bytes client_auth_certificate = 2;
      Returns:
      Whether the clientAuthCertificate field is set.
    • getClientAuthCertificate

      com.google.protobuf.ByteString getClientAuthCertificate()
      required bytes client_auth_certificate = 2;
      Returns:
      The clientAuthCertificate.
    • getIntermediateCertificateList

      List<com.google.protobuf.ByteString> getIntermediateCertificateList()
      repeated bytes intermediate_certificate = 3;
      Returns:
      A list containing the intermediateCertificate.
    • getIntermediateCertificateCount

      int getIntermediateCertificateCount()
      repeated bytes intermediate_certificate = 3;
      Returns:
      The count of intermediateCertificate.
    • getIntermediateCertificate

      com.google.protobuf.ByteString getIntermediateCertificate(int index)
      repeated bytes intermediate_certificate = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The intermediateCertificate at the given index.
    • hasSignatureAlgorithm

      boolean hasSignatureAlgorithm()
      optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];
      Returns:
      Whether the signatureAlgorithm field is set.
    • getSignatureAlgorithm

      CastChannel.SignatureAlgorithm getSignatureAlgorithm()
      optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];
      Returns:
      The signatureAlgorithm.