CryptoContainer

Container for all cryptographic material to be assigned to its owning object.

Description

Description of the configuration object

Keystore identifier (required)

Identifier of the keystore the respective entries will be taken from. Supported format is PKCS12.

Keystore password

Password to given keystore. May be empty.

Entries

Entries referencing the cryptographic material from within defined keystore.

Type (required)

Type of the crypto material.

  • Allowed Values:

    • VERIFICATION_CERTIFICATE

    • ENCRYPTION_CERTIFICATE

    • CERTIFICATE

    • SIGNING_KEY_PAIR

    • DECRYPTION_KEY_PAIR

    • KEY_PAIR

Used algorithm

Algorithm used for the purposes defined by the type.

Alias (required)

An alias referencing to given crypto entry.

Password

Password to given crypto entry.

Valid from

The epoch timestamp in milliseconds of the time this crypto entry shall be used from.

Valid to

The epoch timestamp in milliseconds of the time this crypto entry shall be used to.

Paired alias

An alias referencing to a crypto entry that is a counterpart to given entry (if any). E.g., alias of a certificate entry to a private key entry described by given alias.