management.views.key_storage

Views for configuring PKCS#11 settings, including HSM PIN and token configuration.

Classes

KeyStorageConfigView

Class-based view for displaying key storage configuration (read-only).

Module Contents

class management.views.key_storage.KeyStorageConfigView(**kwargs)[source]

Bases: django.views.generic.TemplateView

Class-based view for displaying key storage configuration (read-only).

template_name = 'management/key_storage.html'[source]
extra_context: dict[str, str][source]
get_context_data(**kwargs)[source]

Add additional context to the template.

Parameters:

kwargs (Any)

Return type:

dict[str, Any]