Get desktop application:
View/edit binary Protocol Buffers messages
Used as request type in: okapi.examples.v1.SecureExampleService.ServerStreaming, okapi.examples.v1.SecureExampleService.Unary
Used as response type in: okapi.examples.v1.SecureExampleService.ServerStreaming, okapi.examples.v1.SecureExampleService.Unary
Used as field type in: okapi.transport.v1.PackResponse, okapi.transport.v1.UnpackRequest
bytes iv = 1
bytes aad = 2
bytes ciphertext = 3
bytes tag = 4
Used in: okapi.transport.v1.PackRequest, EncryptionHeader
ENCRYPTION_ALGORITHM_UNSPECIFIED = 0
ENCRYPTION_ALGORITHM_XCHACHA20POLY1305 = 1
ENCRYPTION_ALGORITHM_AES_GCM = 2
Used in: EncryptionRecipient
string key_id = 3
string sender_key_id = 4
Used in: okapi.transport.v1.PackRequest, EncryptionHeader
ENCRYPTION_MODE_UNSPECIFIED = 0
ENCRYPTION_MODE_DIRECT = 1
ENCRYPTION_MODE_CONTENT_ENCRYPTION_KEY = 2
Used in: EncryptedMessage
bytes content_encryption_key = 2
Used in: SignedMessage
bytes header = 1
bytes signature = 3
string algorithm = 1
string key_id = 2
Used in: okapi.transport.v1.SignRequest, okapi.transport.v1.SignResponse, okapi.transport.v1.VerifyRequest
bytes payload = 1
repeated Signature signatures = 2