management.views.key_storage ============================ .. py:module:: management.views.key_storage .. autoapi-nested-parse:: Views for configuring PKCS#11 settings, including HSM PIN and token configuration. Module Contents --------------- .. py:class:: KeyStorageConfigView(**kwargs) Bases: :py:obj:`django.views.generic.TemplateView` Class-based view for displaying key storage configuration (read-only). .. py:attribute:: template_name :value: 'management/key_storage.html' .. py:attribute:: extra_context :type: dict[str, str] .. py:method:: get_context_data(**kwargs) Add additional context to the template.