Sha256: bd1efef154adb398d85b1e76395656143ecdf1f93ca5e34c7b265d6b1a04a147
Contents?: true
Size: 406 Bytes
Versions: 7
Compression:
Stored size: 406 Bytes
Contents
// syntax = "proto2"; package compubapi_v1; option java_package = "com.yoti.compubapi_v1"; option java_outer_classname = "EncryptedDataProto"; message EncryptedData { // the iv will be used in conjunction with the secret key // received via other channel in order to decrypt the cipher_text optional bytes iv = 1; // block of bytes to be decrypted optional bytes cipher_text = 2; }
Version data entries
7 entries across 7 versions & 1 rubygems