signature_verification#

Interface between conda-content-trust and conda.

Classes#

_SignatureVerification

Attributes#

RE_ROOT_METADATA

signature_verification

exception SignatureError#

Bases: Exception

Common base class for all non-exit exceptions.

RE_ROOT_METADATA#
class _SignatureVerification#
property enabled: bool#
property trusted_root: dict#
property key_mgr: dict | None#
_fetch_channel_signing_data(signing_data_url: str, filename: str, etag=None, mod_stamp=None) dict#
verify(repodata_fn: str, record: conda.models.records.PackageRecord)#
__call__(repodata_fn: str, unlink_precs: tuple[conda.models.records.PackageRecord, Ellipsis], link_precs: tuple[conda.models.records.PackageRecord, Ellipsis]) None#
classmethod cache_clear() None#
signature_verification#