-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.EncryptedPacketOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetEncryptionTypeValue().livekit.Encryption.Type encryption_type = 1;abstract LivekitModels.Encryption.TypegetEncryptionType().livekit.Encryption.Type encryption_type = 1;abstract ByteStringgetIv()bytes iv = 2;abstract intgetKeyIndex()uint32 key_index = 3;abstract ByteStringgetEncryptedValue()This is an encrypted EncryptedPacketPayload message representationbytes encrypted_value = 4;-
-
Method Detail
-
getEncryptionTypeValue
abstract int getEncryptionTypeValue()
.livekit.Encryption.Type encryption_type = 1;
-
getEncryptionType
abstract LivekitModels.Encryption.Type getEncryptionType()
.livekit.Encryption.Type encryption_type = 1;
-
getIv
abstract ByteString getIv()
bytes iv = 2;
-
getKeyIndex
abstract int getKeyIndex()
uint32 key_index = 3;
-
getEncryptedValue
abstract ByteString getEncryptedValue()
This is an encrypted EncryptedPacketPayload message representationbytes encrypted_value = 4;
-
-
-
-