...
Attribute of the | Description |
---|---|
algorithm | For For For For For |
size | For |
result | For |
key | The descriptor’s key. Refers to a key defined in the same document. |
asymCipher | For When used with an HSM, you need to adjust the cipher format to be compatible with the JCE provider |
initVector | Only needed for migrating For other descriptors, omit this attribute in order to use randomly generated IVs. |
Descriptor versioning
Some descriptors support The ObjectHistorySigner
supports multiple versions. For example, you You can replace the its key of the ObjectHistorySigner
by adding a descriptor with the same name and a newer version, and leaving the existing descriptor with the old version configured. This will cause any new signatures to be created with the new key, but you can still verify signatures made with the old one.
...
There are also descriptors which cannot be versioned, e.g. EncryptedFields
. For those the version always needs to be set to 1.
Currently most descriptors either do not support versioning at all or do not benefit from defining multiple versions.
Key
Key elements are referenced by the descriptors. They describe keys found in HSMs and/or keystores. Each key should be used by only one descriptor.
...