Package su.litvak.chromecast.api.v2
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 Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringrequired bytes client_auth_certificate = 2;com.google.protobuf.ByteStringgetIntermediateCertificate(int index) repeated bytes intermediate_certificate = 3;intrepeated bytes intermediate_certificate = 3;List<com.google.protobuf.ByteString> repeated bytes intermediate_certificate = 3;com.google.protobuf.ByteStringrequired bytes signature = 1;optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];booleanrequired bytes client_auth_certificate = 2;booleanrequired bytes signature = 1;booleanoptional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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.
-