Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrHsmEncrypt = Error("hsm encrypt error")
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeyAccess ¶
type KeyAccess struct { EncryptedMetadata string `json:"encryptedMetadata,omitempty"` PolicyBinding string `json:"policyBinding,omitempty"` Protocol string `json:"protocol"` Type string `json:"type"` URL string `json:"url"` WrappedKey []byte `json:"wrappedKey,omitempty"` Header []byte `json:"header,omitempty"` Algorithm string `json:"algorithm,omitempty"` }
Click to show internal directories.
Click to hide internal directories.