Uses of Class
su.litvak.chromecast.api.v2.CastChannel.AuthResponse.Builder
-
Uses of CastChannel.AuthResponse.Builder in su.litvak.chromecast.api.v2
Methods in su.litvak.chromecast.api.v2 that return CastChannel.AuthResponse.BuilderModifier and TypeMethodDescriptionCastChannel.AuthResponse.Builder.addAllIntermediateCertificate(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes intermediate_certificate = 3;CastChannel.AuthResponse.Builder.addIntermediateCertificate(com.google.protobuf.ByteString value) repeated bytes intermediate_certificate = 3;CastChannel.AuthResponse.Builder.clearClientAuthCertificate()required bytes client_auth_certificate = 2;CastChannel.AuthResponse.Builder.clearIntermediateCertificate()repeated bytes intermediate_certificate = 3;CastChannel.AuthResponse.Builder.clearSignature()required bytes signature = 1;CastChannel.AuthResponse.Builder.clearSignatureAlgorithm()optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];CastChannel.AuthResponse.newBuilder()CastChannel.AuthResponse.newBuilder(CastChannel.AuthResponse prototype) CastChannel.AuthResponse.Builder.setClientAuthCertificate(com.google.protobuf.ByteString value) required bytes client_auth_certificate = 2;CastChannel.AuthResponse.Builder.setIntermediateCertificate(int index, com.google.protobuf.ByteString value) repeated bytes intermediate_certificate = 3;CastChannel.AuthResponse.Builder.setSignature(com.google.protobuf.ByteString value) required bytes signature = 1;CastChannel.AuthResponse.Builder.setSignatureAlgorithm(CastChannel.SignatureAlgorithm value) optional .su.litvak.chromecast.api.v2.SignatureAlgorithm signature_algorithm = 4 [default = RSASSA_PKCS1v15];Methods in su.litvak.chromecast.api.v2 with parameters of type CastChannel.AuthResponse.BuilderModifier and TypeMethodDescriptionCastChannel.DeviceAuthMessage.Builder.setResponse(CastChannel.AuthResponse.Builder builderForValue) Response fields