Sha256: 173f1350825a7609ad9e7af4de6e8149241cd4f0f23d9efa142c65f3d0232a9d

Contents?: true

Size: 399 Bytes

Versions: 2

Compression:

Stored size: 399 Bytes

Contents

syntax = "proto3";

package Yoti.Protobuf.compubapi_v3;

option java_package = "com.yoti.compubapi_v3";
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
    bytes iv = 1;

    // block of bytes to be decrypted
    bytes cipher_text = 2;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yoti-1.3.1 lib/yoti/protobuf/definitions/compubapi/encrypted_data.proto
yoti-1.3.0 lib/yoti/protobuf/definitions/compubapi/encrypted_data.proto