Package su.litvak.chromecast.api.v2
Schnittstelle CastChannel.AuthResponseOrBuilder
- Alle Superschnittstellen:
com.google.protobuf.MessageLiteOrBuilder
- Alle bekannten Implementierungsklassen:
CastChannel.AuthResponse,CastChannel.AuthResponse.Builder
- Umschließende Klasse:
CastChannel
public static interface CastChannel.AuthResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.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];Von Schnittstelle geerbte Methoden com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Methodendetails
-
hasSignature
boolean hasSignature()required bytes signature = 1;- Gibt zurück:
- Whether the signature field is set.
-
getSignature
com.google.protobuf.ByteString getSignature()required bytes signature = 1;- Gibt zurück:
- The signature.
-
hasClientAuthCertificate
boolean hasClientAuthCertificate()required bytes client_auth_certificate = 2;- Gibt zurück:
- Whether the clientAuthCertificate field is set.
-
getClientAuthCertificate
com.google.protobuf.ByteString getClientAuthCertificate()required bytes client_auth_certificate = 2;- Gibt zurück:
- The clientAuthCertificate.
-
getIntermediateCertificateList
List<com.google.protobuf.ByteString> getIntermediateCertificateList()repeated bytes intermediate_certificate = 3;- Gibt zurück:
- A list containing the intermediateCertificate.
-
getIntermediateCertificateCount
int getIntermediateCertificateCount()repeated bytes intermediate_certificate = 3;- Gibt zurück:
- The count of intermediateCertificate.
-
getIntermediateCertificate
com.google.protobuf.ByteString getIntermediateCertificate(int index) repeated bytes intermediate_certificate = 3;- Parameter:
index- The index of the element to return.- Gibt zurück:
- The intermediateCertificate at the given index.
-
hasSignatureAlgorithm
boolean hasSignatureAlgorithm()optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];- Gibt zurück:
- Whether the signatureAlgorithm field is set.
-
getSignatureAlgorithm
CastChannel.SignatureAlgorithm getSignatureAlgorithm()optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];- Gibt zurück:
- The signatureAlgorithm.
-