reduce duplication in format

This commit is contained in:
El RIDO
2018-12-17 21:42:49 +01:00
parent e64eaf45ee
commit 1de57c874e
4 changed files with 32 additions and 53 deletions

View File

@@ -91,5 +91,34 @@
"RemainingSeconds": {
"@type": "dp:Second",
"@minimum": 1
},
"CipherParameters": {
"@container": "@list",
"@value": [
{
"@type": "pb:InitializationVector"
},
{
"@type": "pb:Salt"
},
{
"@type": "pb:Iterations"
},
{
"@type": "pb:KeySize"
},
{
"@type": "pb:TagSize"
},
{
"@type": "pb:Algorithm"
},
{
"@type": "pb:Mode"
},
{
"@type": "pb:Compression"
}
]
}
}