Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the tables below the example for more information on the different possible attributes of a descriptor/-type.

Descriptor example

Code Block
languagexml
<descriptor name="ObjectHistorySigner" version="1">
    <type algorithm="SHA-256" key="objectHistorySignerCert" />
</descriptor>

...

See the tables below the example for more information about the key/-type.

Key example

Code Block
languagexml
<key name="objectHistorySignerCert">
    <type name="pkcs12" locationValue="classpath:sign.p12" pin="1234"/>
</key>

...