management.views.key_storageΒΆ

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

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]