domain

package
v4.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

* Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause

* Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateStore

type CertificateStore interface {
	Create(certificate *kbs.Certificate) (*kbs.Certificate, error)
	Retrieve(uuid.UUID) (*kbs.Certificate, error)
	Delete(uuid.UUID) error
	Search(criteria *models.CertificateFilterCriteria) ([]kbs.Certificate, error)
}

type KeyControllerConfig

type KeyControllerConfig struct {
	SamlCertsDir            string
	TrustedCaCertsDir       string
	TpmIdentityCertsDir     string
	DefaultTransferPolicyId uuid.UUID
}

type KeyStore

type KeyStore interface {
	Create(*models.KeyAttributes) (*models.KeyAttributes, error)
	Retrieve(uuid.UUID) (*models.KeyAttributes, error)
	Delete(uuid.UUID) error
	Search(criteria *models.KeyFilterCriteria) ([]models.KeyAttributes, error)
}

Directories

Path Synopsis
* Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL