]> git.saurik.com Git - apple/security.git/blob - keychain/securityd/SecDbKeychainV7-protobufs/SecDbKeychainSerializedAKSWrappedKey.proto
Security-59306.101.1.tar.gz
[apple/security.git] / keychain / securityd / SecDbKeychainV7-protobufs / SecDbKeychainSerializedAKSWrappedKey.proto
1 syntax = "proto2";
2
3 message SecDbKeychainSerializedAKSWrappedKey {
4 required bytes wrappedKey = 1;
5 optional bytes refKeyBlob = 2;
6 required uint32 type = 3;
7 }