package github.com.hashicorp.go.kms.wrapping.v2.types

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlobInfo

github.com.hashicorp.go.kms.wrapping.v2.types.proto:36

BlobInfo contains information about the encrypted value along with information about the key used to encrypt it

Used in: plugin.v2.DecryptRequest, plugin.v2.EncryptResponse

message EnvelopeInfo

github.com.hashicorp.go.kms.wrapping.v2.types.proto:20

EnvelopeInfo contains the information necessary to perfom encryption or decryption in an envelope fashion

enum HmacType

github.com.hashicorp.go.kms.wrapping.v2.types.proto:168

HmacType defines the hmac algorithm type

Used in: SigInfo

enum KeyEncoding

github.com.hashicorp.go.kms.wrapping.v2.types.proto:190

Used in: KeyInfo, Options

message KeyInfo

github.com.hashicorp.go.kms.wrapping.v2.types.proto:76

KeyInfo contains information regarding which Wrapper key was used to encrypt the entry

Used in: BlobInfo, SigInfo

enum KeyPurpose

github.com.hashicorp.go.kms.wrapping.v2.types.proto:198

KeyPurpose defines the cryptographic capabilities of a key.

Used in: KeyInfo, Options

enum KeyType

github.com.hashicorp.go.kms.wrapping.v2.types.proto:177

KeyType defines the key's type

Used in: KeyInfo, Options

message Options

github.com.hashicorp.go.kms.wrapping.v2.types.proto:115

Options holds options common to all wrappers

Used in: plugin.v2.DecryptRequest, plugin.v2.EncryptRequest, plugin.v2.FinalizeRequest, plugin.v2.InitRequest, plugin.v2.SetConfigRequest, plugin.v2.SignRequest, plugin.v2.VerifyRequest

message SigInfo

github.com.hashicorp.go.kms.wrapping.v2.types.proto:155

SigInfo contains information about a cryptographic signature

Used in: plugin.v2.SignResponse, plugin.v2.VerifyRequest

message WrapperConfig

github.com.hashicorp.go.kms.wrapping.v2.types.proto:14

WrapperConfig is the result of a call to SetConfig on a wrapper, returning relevant information about the wrapper and its updated configuration

Used in: plugin.v2.SetConfigResponse