Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &softkms.SoftKMS{}
Default is the implementation of the default KMS.
View Source
var TypeOf = apiv1.TypeOf
TypeOf returns the KMS type of the given uri.
Functions ¶
This section is empty.
Types ¶
type Attester ¶ added in v0.19.0
Attester is the interface implemented by the KMS that can respond with an attestation certificate or key.
Experimental ¶
Notice: This API is EXPERIMENTAL and may be changed or removed in a later release.
type CertificateManager ¶
type CertificateManager = apiv1.CertificateManager
CertificateManager is the interface implemented by the KMS that can load and store x509.Certificates.
type FS ¶ added in v0.22.0
FS adds a close method to the fs.FS interface. This new method allows to properly close the underlying KMS.
type KeyManager ¶
type KeyManager = apiv1.KeyManager
KeyManager is the interface implemented by all the KMS.
Click to show internal directories.
Click to hide internal directories.