This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1757,20 +1757,20 @@ components:
17571757 type : object
17581758 required :
17591759 - key_data
1760- - serial_number
1761- - encryption_algorithms
1760+ - serialNumber
1761+ - encryptionAlgorithms
17621762 properties :
17631763 key_data :
17641764 type : string
17651765 description : |-
17661766 Custom variant of the X.509 `SubjectPublicKeyInfo`, where the `subject_public_key`
17671767 field stores the encrypted private key, instead of a public key. Otherwise equal to
17681768 `SubjectPublicKeyInfo`. Also referred to as `PrivateKeyInfo`.
1769- serial_number :
1769+ serialNumber :
17701770 type : integer
17711771 format : uint64
17721772 description : The serial number of the ID-Cert this key material is associated with.
1773- encryption_algorithms :
1773+ encryptionAlgorithms :
17741774 type : array
17751775 items :
17761776 type : array
@@ -1806,12 +1806,12 @@ components:
18061806 type : object
18071807 required :
18081808 - signature
1809- - serial_number
1809+ - serialNumber
18101810 properties :
18111811 signature :
18121812 type : string
18131813 description : The signature produced by signing the key trial string using a private identity key.
1814- serial_number :
1814+ serialNumber :
18151815 type : integer
18161816 format : uint64
18171817 description : The serial number of the ID-Cert corresponding to the private identity key used to sign the key trial string.
You can’t perform that action at this time.
0 commit comments