Documentation ¶
Index ¶
- Variables
- type AdvanceDecryptRequest
- func (*AdvanceDecryptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceDecryptRequest) GetAad() []byte
- func (x *AdvanceDecryptRequest) GetAlgorithm() string
- func (x *AdvanceDecryptRequest) GetCiphertextBlob() []byte
- func (x *AdvanceDecryptRequest) GetIv() []byte
- func (x *AdvanceDecryptRequest) GetKeyId() string
- func (x *AdvanceDecryptRequest) GetPaddingMode() string
- func (*AdvanceDecryptRequest) ProtoMessage()
- func (x *AdvanceDecryptRequest) ProtoReflect() protoreflect.Message
- func (x *AdvanceDecryptRequest) Reset()
- func (x *AdvanceDecryptRequest) String() string
- type AdvanceDecryptResponse
- func (*AdvanceDecryptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceDecryptResponse) GetAlgorithm() string
- func (x *AdvanceDecryptResponse) GetKeyId() string
- func (x *AdvanceDecryptResponse) GetKeyVersionId() string
- func (x *AdvanceDecryptResponse) GetPaddingMode() string
- func (x *AdvanceDecryptResponse) GetPlaintext() []byte
- func (x *AdvanceDecryptResponse) GetRequestId() string
- func (*AdvanceDecryptResponse) ProtoMessage()
- func (x *AdvanceDecryptResponse) ProtoReflect() protoreflect.Message
- func (x *AdvanceDecryptResponse) Reset()
- func (x *AdvanceDecryptResponse) String() string
- type AdvanceEncryptRequest
- func (*AdvanceEncryptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceEncryptRequest) GetAad() []byte
- func (x *AdvanceEncryptRequest) GetAlgorithm() string
- func (x *AdvanceEncryptRequest) GetIv() []byte
- func (x *AdvanceEncryptRequest) GetKeyId() string
- func (x *AdvanceEncryptRequest) GetPaddingMode() string
- func (x *AdvanceEncryptRequest) GetPlaintext() []byte
- func (*AdvanceEncryptRequest) ProtoMessage()
- func (x *AdvanceEncryptRequest) ProtoReflect() protoreflect.Message
- func (x *AdvanceEncryptRequest) Reset()
- func (x *AdvanceEncryptRequest) String() string
- type AdvanceEncryptResponse
- func (*AdvanceEncryptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceEncryptResponse) GetAlgorithm() string
- func (x *AdvanceEncryptResponse) GetCiphertextBlob() []byte
- func (x *AdvanceEncryptResponse) GetIv() []byte
- func (x *AdvanceEncryptResponse) GetKeyId() string
- func (x *AdvanceEncryptResponse) GetKeyVersionId() string
- func (x *AdvanceEncryptResponse) GetPaddingMode() string
- func (x *AdvanceEncryptResponse) GetRequestId() string
- func (*AdvanceEncryptResponse) ProtoMessage()
- func (x *AdvanceEncryptResponse) ProtoReflect() protoreflect.Message
- func (x *AdvanceEncryptResponse) Reset()
- func (x *AdvanceEncryptResponse) String() string
- type AdvanceGenerateDataKeyPairRequest
- func (*AdvanceGenerateDataKeyPairRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceGenerateDataKeyPairRequest) GetAad() []byte
- func (x *AdvanceGenerateDataKeyPairRequest) GetKeyFormat() string
- func (x *AdvanceGenerateDataKeyPairRequest) GetKeyId() string
- func (x *AdvanceGenerateDataKeyPairRequest) GetKeyPairSpec() string
- func (*AdvanceGenerateDataKeyPairRequest) ProtoMessage()
- func (x *AdvanceGenerateDataKeyPairRequest) ProtoReflect() protoreflect.Message
- func (x *AdvanceGenerateDataKeyPairRequest) Reset()
- func (x *AdvanceGenerateDataKeyPairRequest) String() string
- type AdvanceGenerateDataKeyPairResponse
- func (*AdvanceGenerateDataKeyPairResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceGenerateDataKeyPairResponse) GetAlgorithm() string
- func (x *AdvanceGenerateDataKeyPairResponse) GetIv() []byte
- func (x *AdvanceGenerateDataKeyPairResponse) GetKeyId() string
- func (x *AdvanceGenerateDataKeyPairResponse) GetKeyPairSpec() string
- func (x *AdvanceGenerateDataKeyPairResponse) GetKeyVersionId() string
- func (x *AdvanceGenerateDataKeyPairResponse) GetPrivateKeyCiphertextBlob() []byte
- func (x *AdvanceGenerateDataKeyPairResponse) GetPrivateKeyPlaintext() []byte
- func (x *AdvanceGenerateDataKeyPairResponse) GetPublicKey() []byte
- func (x *AdvanceGenerateDataKeyPairResponse) GetRequestId() string
- func (*AdvanceGenerateDataKeyPairResponse) ProtoMessage()
- func (x *AdvanceGenerateDataKeyPairResponse) ProtoReflect() protoreflect.Message
- func (x *AdvanceGenerateDataKeyPairResponse) Reset()
- func (x *AdvanceGenerateDataKeyPairResponse) String() string
- type AdvanceGenerateDataKeyPairWithoutPlaintextRequest
- func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetAad() []byte
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyFormat() string
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyId() string
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyPairSpec() string
- func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) ProtoMessage()
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) ProtoReflect() protoreflect.Message
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) Reset()
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) String() string
- type AdvanceGenerateDataKeyPairWithoutPlaintextResponse
- func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetAlgorithm() string
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetIv() []byte
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyId() string
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyPairSpec() string
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyVersionId() string
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetPrivateKeyCiphertextBlob() []byte
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetPublicKey() []byte
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetRequestId() string
- func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) ProtoMessage()
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) ProtoReflect() protoreflect.Message
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) Reset()
- func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) String() string
- type AdvanceGenerateDataKeyRequest
- func (*AdvanceGenerateDataKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceGenerateDataKeyRequest) GetAad() []byte
- func (x *AdvanceGenerateDataKeyRequest) GetKeyId() string
- func (x *AdvanceGenerateDataKeyRequest) GetNumberOfBytes() int32
- func (*AdvanceGenerateDataKeyRequest) ProtoMessage()
- func (x *AdvanceGenerateDataKeyRequest) ProtoReflect() protoreflect.Message
- func (x *AdvanceGenerateDataKeyRequest) Reset()
- func (x *AdvanceGenerateDataKeyRequest) String() string
- type AdvanceGenerateDataKeyResponse
- func (*AdvanceGenerateDataKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AdvanceGenerateDataKeyResponse) GetAlgorithm() string
- func (x *AdvanceGenerateDataKeyResponse) GetCiphertextBlob() []byte
- func (x *AdvanceGenerateDataKeyResponse) GetIv() []byte
- func (x *AdvanceGenerateDataKeyResponse) GetKeyId() string
- func (x *AdvanceGenerateDataKeyResponse) GetKeyVersionId() string
- func (x *AdvanceGenerateDataKeyResponse) GetPlaintext() []byte
- func (x *AdvanceGenerateDataKeyResponse) GetRequestId() string
- func (*AdvanceGenerateDataKeyResponse) ProtoMessage()
- func (x *AdvanceGenerateDataKeyResponse) ProtoReflect() protoreflect.Message
- func (x *AdvanceGenerateDataKeyResponse) Reset()
- func (x *AdvanceGenerateDataKeyResponse) String() string
- type DecryptRequest
- func (*DecryptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DecryptRequest) GetAad() []byte
- func (x *DecryptRequest) GetAlgorithm() string
- func (x *DecryptRequest) GetCiphertextBlob() []byte
- func (x *DecryptRequest) GetIv() []byte
- func (x *DecryptRequest) GetKeyId() string
- func (x *DecryptRequest) GetPaddingMode() string
- func (*DecryptRequest) ProtoMessage()
- func (x *DecryptRequest) ProtoReflect() protoreflect.Message
- func (x *DecryptRequest) Reset()
- func (x *DecryptRequest) String() string
- type DecryptResponse
- func (*DecryptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DecryptResponse) GetAlgorithm() string
- func (x *DecryptResponse) GetKeyId() string
- func (x *DecryptResponse) GetPaddingMode() string
- func (x *DecryptResponse) GetPlaintext() []byte
- func (x *DecryptResponse) GetRequestId() string
- func (*DecryptResponse) ProtoMessage()
- func (x *DecryptResponse) ProtoReflect() protoreflect.Message
- func (x *DecryptResponse) Reset()
- func (x *DecryptResponse) String() string
- type EncryptRequest
- func (*EncryptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptRequest) GetAad() []byte
- func (x *EncryptRequest) GetAlgorithm() string
- func (x *EncryptRequest) GetIv() []byte
- func (x *EncryptRequest) GetKeyId() string
- func (x *EncryptRequest) GetPaddingMode() string
- func (x *EncryptRequest) GetPlaintext() []byte
- func (*EncryptRequest) ProtoMessage()
- func (x *EncryptRequest) ProtoReflect() protoreflect.Message
- func (x *EncryptRequest) Reset()
- func (x *EncryptRequest) String() string
- type EncryptResponse
- func (*EncryptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptResponse) GetAlgorithm() string
- func (x *EncryptResponse) GetCiphertextBlob() []byte
- func (x *EncryptResponse) GetIv() []byte
- func (x *EncryptResponse) GetKeyId() string
- func (x *EncryptResponse) GetPaddingMode() string
- func (x *EncryptResponse) GetRequestId() string
- func (*EncryptResponse) ProtoMessage()
- func (x *EncryptResponse) ProtoReflect() protoreflect.Message
- func (x *EncryptResponse) Reset()
- func (x *EncryptResponse) String() string
- type Error
- func (*Error) Descriptor() ([]byte, []int)deprecated
- func (x *Error) GetErrorCode() string
- func (x *Error) GetErrorMessage() string
- func (x *Error) GetRequestId() string
- func (x *Error) GetStatusCode() int32
- func (*Error) ProtoMessage()
- func (x *Error) ProtoReflect() protoreflect.Message
- func (x *Error) Reset()
- func (x *Error) String() string
- type GenerateDataKeyPairRequest
- func (*GenerateDataKeyPairRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataKeyPairRequest) GetAad() []byte
- func (x *GenerateDataKeyPairRequest) GetAlgorithm() string
- func (x *GenerateDataKeyPairRequest) GetKeyFormat() string
- func (x *GenerateDataKeyPairRequest) GetKeyId() string
- func (x *GenerateDataKeyPairRequest) GetKeyPairSpec() string
- func (*GenerateDataKeyPairRequest) ProtoMessage()
- func (x *GenerateDataKeyPairRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateDataKeyPairRequest) Reset()
- func (x *GenerateDataKeyPairRequest) String() string
- type GenerateDataKeyPairResponse
- func (*GenerateDataKeyPairResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataKeyPairResponse) GetAlgorithm() string
- func (x *GenerateDataKeyPairResponse) GetIv() []byte
- func (x *GenerateDataKeyPairResponse) GetKeyId() string
- func (x *GenerateDataKeyPairResponse) GetKeyPairSpec() string
- func (x *GenerateDataKeyPairResponse) GetPrivateKeyCiphertextBlob() []byte
- func (x *GenerateDataKeyPairResponse) GetPrivateKeyPlaintext() []byte
- func (x *GenerateDataKeyPairResponse) GetPublicKey() []byte
- func (x *GenerateDataKeyPairResponse) GetRequestId() string
- func (*GenerateDataKeyPairResponse) ProtoMessage()
- func (x *GenerateDataKeyPairResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateDataKeyPairResponse) Reset()
- func (x *GenerateDataKeyPairResponse) String() string
- type GenerateDataKeyPairWithoutPlaintextRequest
- func (*GenerateDataKeyPairWithoutPlaintextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetAad() []byte
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetAlgorithm() string
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetKeyFormat() string
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetKeyId() string
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetKeyPairSpec() string
- func (*GenerateDataKeyPairWithoutPlaintextRequest) ProtoMessage()
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) Reset()
- func (x *GenerateDataKeyPairWithoutPlaintextRequest) String() string
- type GenerateDataKeyPairWithoutPlaintextResponse
- func (*GenerateDataKeyPairWithoutPlaintextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetAlgorithm() string
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetIv() []byte
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetKeyId() string
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetKeyPairSpec() string
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetPrivateKeyCiphertextBlob() []byte
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetPublicKey() []byte
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetRequestId() string
- func (*GenerateDataKeyPairWithoutPlaintextResponse) ProtoMessage()
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) Reset()
- func (x *GenerateDataKeyPairWithoutPlaintextResponse) String() string
- type GenerateDataKeyRequest
- func (*GenerateDataKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataKeyRequest) GetAad() []byte
- func (x *GenerateDataKeyRequest) GetAlgorithm() string
- func (x *GenerateDataKeyRequest) GetKeyId() string
- func (x *GenerateDataKeyRequest) GetNumberOfBytes() int32
- func (*GenerateDataKeyRequest) ProtoMessage()
- func (x *GenerateDataKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateDataKeyRequest) Reset()
- func (x *GenerateDataKeyRequest) String() string
- type GenerateDataKeyResponse
- func (*GenerateDataKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataKeyResponse) GetAlgorithm() string
- func (x *GenerateDataKeyResponse) GetCiphertextBlob() []byte
- func (x *GenerateDataKeyResponse) GetIv() []byte
- func (x *GenerateDataKeyResponse) GetKeyId() string
- func (x *GenerateDataKeyResponse) GetPlaintext() []byte
- func (x *GenerateDataKeyResponse) GetRequestId() string
- func (*GenerateDataKeyResponse) ProtoMessage()
- func (x *GenerateDataKeyResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateDataKeyResponse) Reset()
- func (x *GenerateDataKeyResponse) String() string
- type GenerateRandomRequest
- func (*GenerateRandomRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRandomRequest) GetLength() int32
- func (*GenerateRandomRequest) ProtoMessage()
- func (x *GenerateRandomRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateRandomRequest) Reset()
- func (x *GenerateRandomRequest) String() string
- type GenerateRandomResponse
- func (*GenerateRandomResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRandomResponse) GetRandom() []byte
- func (x *GenerateRandomResponse) GetRequestId() string
- func (*GenerateRandomResponse) ProtoMessage()
- func (x *GenerateRandomResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateRandomResponse) Reset()
- func (x *GenerateRandomResponse) String() string
- type GetPublicKeyRequest
- func (*GetPublicKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPublicKeyRequest) GetKeyId() string
- func (*GetPublicKeyRequest) ProtoMessage()
- func (x *GetPublicKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetPublicKeyRequest) Reset()
- func (x *GetPublicKeyRequest) String() string
- type GetPublicKeyResponse
- func (*GetPublicKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPublicKeyResponse) GetKeyId() string
- func (x *GetPublicKeyResponse) GetPublicKey() string
- func (x *GetPublicKeyResponse) GetRequestId() string
- func (*GetPublicKeyResponse) ProtoMessage()
- func (x *GetPublicKeyResponse) ProtoReflect() protoreflect.Message
- func (x *GetPublicKeyResponse) Reset()
- func (x *GetPublicKeyResponse) String() string
- type GetSecretValueRequest
- func (*GetSecretValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecretValueRequest) GetFetchExtendedConfig() bool
- func (x *GetSecretValueRequest) GetSecretName() string
- func (x *GetSecretValueRequest) GetVersionId() string
- func (x *GetSecretValueRequest) GetVersionStage() string
- func (*GetSecretValueRequest) ProtoMessage()
- func (x *GetSecretValueRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecretValueRequest) Reset()
- func (x *GetSecretValueRequest) String() string
- type GetSecretValueResponse
- func (*GetSecretValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecretValueResponse) GetAutomaticRotation() string
- func (x *GetSecretValueResponse) GetCreateTime() string
- func (x *GetSecretValueResponse) GetExtendedConfig() string
- func (x *GetSecretValueResponse) GetLastRotationDate() string
- func (x *GetSecretValueResponse) GetNextRotationDate() string
- func (x *GetSecretValueResponse) GetRequestId() string
- func (x *GetSecretValueResponse) GetRotationInterval() string
- func (x *GetSecretValueResponse) GetSecretData() string
- func (x *GetSecretValueResponse) GetSecretDataType() string
- func (x *GetSecretValueResponse) GetSecretName() string
- func (x *GetSecretValueResponse) GetSecretType() string
- func (x *GetSecretValueResponse) GetVersionId() string
- func (x *GetSecretValueResponse) GetVersionStages() []string
- func (*GetSecretValueResponse) ProtoMessage()
- func (x *GetSecretValueResponse) ProtoReflect() protoreflect.Message
- func (x *GetSecretValueResponse) Reset()
- func (x *GetSecretValueResponse) String() string
- type HmacRequest
- func (*HmacRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HmacRequest) GetKeyId() string
- func (x *HmacRequest) GetMessage() []byte
- func (*HmacRequest) ProtoMessage()
- func (x *HmacRequest) ProtoReflect() protoreflect.Message
- func (x *HmacRequest) Reset()
- func (x *HmacRequest) String() string
- type HmacResponse
- func (*HmacResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HmacResponse) GetKeyId() string
- func (x *HmacResponse) GetRequestId() string
- func (x *HmacResponse) GetSignature() []byte
- func (*HmacResponse) ProtoMessage()
- func (x *HmacResponse) ProtoReflect() protoreflect.Message
- func (x *HmacResponse) Reset()
- func (x *HmacResponse) String() string
- type SignRequest
- func (*SignRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignRequest) GetAlgorithm() string
- func (x *SignRequest) GetDigest() []byte
- func (x *SignRequest) GetKeyId() string
- func (x *SignRequest) GetMessage() []byte
- func (x *SignRequest) GetMessageType() string
- func (*SignRequest) ProtoMessage()
- func (x *SignRequest) ProtoReflect() protoreflect.Message
- func (x *SignRequest) Reset()
- func (x *SignRequest) String() string
- type SignResponse
- func (*SignResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignResponse) GetAlgorithm() string
- func (x *SignResponse) GetKeyId() string
- func (x *SignResponse) GetMessageType() string
- func (x *SignResponse) GetRequestId() string
- func (x *SignResponse) GetSignature() []byte
- func (*SignResponse) ProtoMessage()
- func (x *SignResponse) ProtoReflect() protoreflect.Message
- func (x *SignResponse) Reset()
- func (x *SignResponse) String() string
- type VerifyRequest
- func (*VerifyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *VerifyRequest) GetAlgorithm() string
- func (x *VerifyRequest) GetDigest() []byte
- func (x *VerifyRequest) GetKeyId() string
- func (x *VerifyRequest) GetMessage() []byte
- func (x *VerifyRequest) GetMessageType() string
- func (x *VerifyRequest) GetSignature() []byte
- func (*VerifyRequest) ProtoMessage()
- func (x *VerifyRequest) ProtoReflect() protoreflect.Message
- func (x *VerifyRequest) Reset()
- func (x *VerifyRequest) String() string
- type VerifyResponse
- func (*VerifyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VerifyResponse) GetAlgorithm() string
- func (x *VerifyResponse) GetKeyId() string
- func (x *VerifyResponse) GetMessageType() string
- func (x *VerifyResponse) GetRequestId() string
- func (x *VerifyResponse) GetValue() bool
- func (*VerifyResponse) ProtoMessage()
- func (x *VerifyResponse) ProtoReflect() protoreflect.Message
- func (x *VerifyResponse) Reset()
- func (x *VerifyResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AdvanceDecryptRequest ¶ added in v0.3.0
type AdvanceDecryptRequest struct { CiphertextBlob []byte `protobuf:"bytes,1,opt,name=CiphertextBlob,proto3" json:"CiphertextBlob,omitempty"` KeyId string `protobuf:"bytes,2,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Algorithm string `protobuf:"bytes,3,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` Iv []byte `protobuf:"bytes,5,opt,name=Iv,proto3" json:"Iv,omitempty"` PaddingMode string `protobuf:"bytes,6,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` // contains filtered or unexported fields }
func (*AdvanceDecryptRequest) Descriptor
deprecated
added in
v0.3.0
func (*AdvanceDecryptRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceDecryptRequest.ProtoReflect.Descriptor instead.
func (*AdvanceDecryptRequest) GetAad ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) GetAad() []byte
func (*AdvanceDecryptRequest) GetAlgorithm ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) GetAlgorithm() string
func (*AdvanceDecryptRequest) GetCiphertextBlob ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) GetCiphertextBlob() []byte
func (*AdvanceDecryptRequest) GetIv ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) GetIv() []byte
func (*AdvanceDecryptRequest) GetKeyId ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) GetKeyId() string
func (*AdvanceDecryptRequest) GetPaddingMode ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) GetPaddingMode() string
func (*AdvanceDecryptRequest) ProtoMessage ¶ added in v0.3.0
func (*AdvanceDecryptRequest) ProtoMessage()
func (*AdvanceDecryptRequest) ProtoReflect ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) ProtoReflect() protoreflect.Message
func (*AdvanceDecryptRequest) Reset ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) Reset()
func (*AdvanceDecryptRequest) String ¶ added in v0.3.0
func (x *AdvanceDecryptRequest) String() string
type AdvanceDecryptResponse ¶ added in v0.3.0
type AdvanceDecryptResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Plaintext []byte `protobuf:"bytes,2,opt,name=Plaintext,proto3" json:"Plaintext,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,4,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` PaddingMode string `protobuf:"bytes,5,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` KeyVersionId string `protobuf:"bytes,6,opt,name=KeyVersionId,proto3" json:"KeyVersionId,omitempty"` // contains filtered or unexported fields }
func (*AdvanceDecryptResponse) Descriptor
deprecated
added in
v0.3.0
func (*AdvanceDecryptResponse) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceDecryptResponse.ProtoReflect.Descriptor instead.
func (*AdvanceDecryptResponse) GetAlgorithm ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) GetAlgorithm() string
func (*AdvanceDecryptResponse) GetKeyId ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) GetKeyId() string
func (*AdvanceDecryptResponse) GetKeyVersionId ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) GetKeyVersionId() string
func (*AdvanceDecryptResponse) GetPaddingMode ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) GetPaddingMode() string
func (*AdvanceDecryptResponse) GetPlaintext ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) GetPlaintext() []byte
func (*AdvanceDecryptResponse) GetRequestId ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) GetRequestId() string
func (*AdvanceDecryptResponse) ProtoMessage ¶ added in v0.3.0
func (*AdvanceDecryptResponse) ProtoMessage()
func (*AdvanceDecryptResponse) ProtoReflect ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) ProtoReflect() protoreflect.Message
func (*AdvanceDecryptResponse) Reset ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) Reset()
func (*AdvanceDecryptResponse) String ¶ added in v0.3.0
func (x *AdvanceDecryptResponse) String() string
type AdvanceEncryptRequest ¶ added in v0.3.0
type AdvanceEncryptRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Plaintext []byte `protobuf:"bytes,2,opt,name=Plaintext,proto3" json:"Plaintext,omitempty"` Algorithm string `protobuf:"bytes,3,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` Iv []byte `protobuf:"bytes,5,opt,name=Iv,proto3" json:"Iv,omitempty"` PaddingMode string `protobuf:"bytes,6,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` // contains filtered or unexported fields }
高级加解密接口
func (*AdvanceEncryptRequest) Descriptor
deprecated
added in
v0.3.0
func (*AdvanceEncryptRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceEncryptRequest.ProtoReflect.Descriptor instead.
func (*AdvanceEncryptRequest) GetAad ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) GetAad() []byte
func (*AdvanceEncryptRequest) GetAlgorithm ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) GetAlgorithm() string
func (*AdvanceEncryptRequest) GetIv ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) GetIv() []byte
func (*AdvanceEncryptRequest) GetKeyId ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) GetKeyId() string
func (*AdvanceEncryptRequest) GetPaddingMode ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) GetPaddingMode() string
func (*AdvanceEncryptRequest) GetPlaintext ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) GetPlaintext() []byte
func (*AdvanceEncryptRequest) ProtoMessage ¶ added in v0.3.0
func (*AdvanceEncryptRequest) ProtoMessage()
func (*AdvanceEncryptRequest) ProtoReflect ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) ProtoReflect() protoreflect.Message
func (*AdvanceEncryptRequest) Reset ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) Reset()
func (*AdvanceEncryptRequest) String ¶ added in v0.3.0
func (x *AdvanceEncryptRequest) String() string
type AdvanceEncryptResponse ¶ added in v0.3.0
type AdvanceEncryptResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` CiphertextBlob []byte `protobuf:"bytes,2,opt,name=CiphertextBlob,proto3" json:"CiphertextBlob,omitempty"` Iv []byte `protobuf:"bytes,3,opt,name=Iv,proto3" json:"Iv,omitempty"` RequestId string `protobuf:"bytes,4,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,5,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` PaddingMode string `protobuf:"bytes,6,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` KeyVersionId string `protobuf:"bytes,7,opt,name=KeyVersionId,proto3" json:"KeyVersionId,omitempty"` // contains filtered or unexported fields }
func (*AdvanceEncryptResponse) Descriptor
deprecated
added in
v0.3.0
func (*AdvanceEncryptResponse) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceEncryptResponse.ProtoReflect.Descriptor instead.
func (*AdvanceEncryptResponse) GetAlgorithm ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetAlgorithm() string
func (*AdvanceEncryptResponse) GetCiphertextBlob ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetCiphertextBlob() []byte
func (*AdvanceEncryptResponse) GetIv ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetIv() []byte
func (*AdvanceEncryptResponse) GetKeyId ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetKeyId() string
func (*AdvanceEncryptResponse) GetKeyVersionId ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetKeyVersionId() string
func (*AdvanceEncryptResponse) GetPaddingMode ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetPaddingMode() string
func (*AdvanceEncryptResponse) GetRequestId ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) GetRequestId() string
func (*AdvanceEncryptResponse) ProtoMessage ¶ added in v0.3.0
func (*AdvanceEncryptResponse) ProtoMessage()
func (*AdvanceEncryptResponse) ProtoReflect ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) ProtoReflect() protoreflect.Message
func (*AdvanceEncryptResponse) Reset ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) Reset()
func (*AdvanceEncryptResponse) String ¶ added in v0.3.0
func (x *AdvanceEncryptResponse) String() string
type AdvanceGenerateDataKeyPairRequest ¶ added in v0.5.0
type AdvanceGenerateDataKeyPairRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` KeyPairSpec string `protobuf:"bytes,2,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` KeyFormat string `protobuf:"bytes,3,opt,name=KeyFormat,proto3" json:"KeyFormat,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` // contains filtered or unexported fields }
func (*AdvanceGenerateDataKeyPairRequest) Descriptor
deprecated
added in
v0.5.0
func (*AdvanceGenerateDataKeyPairRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceGenerateDataKeyPairRequest.ProtoReflect.Descriptor instead.
func (*AdvanceGenerateDataKeyPairRequest) GetAad ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) GetAad() []byte
func (*AdvanceGenerateDataKeyPairRequest) GetKeyFormat ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) GetKeyFormat() string
func (*AdvanceGenerateDataKeyPairRequest) GetKeyId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) GetKeyId() string
func (*AdvanceGenerateDataKeyPairRequest) GetKeyPairSpec ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) GetKeyPairSpec() string
func (*AdvanceGenerateDataKeyPairRequest) ProtoMessage ¶ added in v0.5.0
func (*AdvanceGenerateDataKeyPairRequest) ProtoMessage()
func (*AdvanceGenerateDataKeyPairRequest) ProtoReflect ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) ProtoReflect() protoreflect.Message
func (*AdvanceGenerateDataKeyPairRequest) Reset ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) Reset()
func (*AdvanceGenerateDataKeyPairRequest) String ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairRequest) String() string
type AdvanceGenerateDataKeyPairResponse ¶ added in v0.5.0
type AdvanceGenerateDataKeyPairResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Iv []byte `protobuf:"bytes,2,opt,name=Iv,proto3" json:"Iv,omitempty"` KeyPairSpec string `protobuf:"bytes,3,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` PrivateKeyPlaintext []byte `protobuf:"bytes,4,opt,name=PrivateKeyPlaintext,proto3" json:"PrivateKeyPlaintext,omitempty"` PrivateKeyCiphertextBlob []byte `protobuf:"bytes,5,opt,name=PrivateKeyCiphertextBlob,proto3" json:"PrivateKeyCiphertextBlob,omitempty"` PublicKey []byte `protobuf:"bytes,6,opt,name=PublicKey,proto3" json:"PublicKey,omitempty"` RequestId string `protobuf:"bytes,7,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,8,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` KeyVersionId string `protobuf:"bytes,9,opt,name=KeyVersionId,proto3" json:"KeyVersionId,omitempty"` // contains filtered or unexported fields }
func (*AdvanceGenerateDataKeyPairResponse) Descriptor
deprecated
added in
v0.5.0
func (*AdvanceGenerateDataKeyPairResponse) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceGenerateDataKeyPairResponse.ProtoReflect.Descriptor instead.
func (*AdvanceGenerateDataKeyPairResponse) GetAlgorithm ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetAlgorithm() string
func (*AdvanceGenerateDataKeyPairResponse) GetIv ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetIv() []byte
func (*AdvanceGenerateDataKeyPairResponse) GetKeyId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetKeyId() string
func (*AdvanceGenerateDataKeyPairResponse) GetKeyPairSpec ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetKeyPairSpec() string
func (*AdvanceGenerateDataKeyPairResponse) GetKeyVersionId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetKeyVersionId() string
func (*AdvanceGenerateDataKeyPairResponse) GetPrivateKeyCiphertextBlob ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetPrivateKeyCiphertextBlob() []byte
func (*AdvanceGenerateDataKeyPairResponse) GetPrivateKeyPlaintext ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetPrivateKeyPlaintext() []byte
func (*AdvanceGenerateDataKeyPairResponse) GetPublicKey ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetPublicKey() []byte
func (*AdvanceGenerateDataKeyPairResponse) GetRequestId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) GetRequestId() string
func (*AdvanceGenerateDataKeyPairResponse) ProtoMessage ¶ added in v0.5.0
func (*AdvanceGenerateDataKeyPairResponse) ProtoMessage()
func (*AdvanceGenerateDataKeyPairResponse) ProtoReflect ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) ProtoReflect() protoreflect.Message
func (*AdvanceGenerateDataKeyPairResponse) Reset ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) Reset()
func (*AdvanceGenerateDataKeyPairResponse) String ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairResponse) String() string
type AdvanceGenerateDataKeyPairWithoutPlaintextRequest ¶ added in v0.5.0
type AdvanceGenerateDataKeyPairWithoutPlaintextRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` KeyPairSpec string `protobuf:"bytes,2,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` KeyFormat string `protobuf:"bytes,3,opt,name=KeyFormat,proto3" json:"KeyFormat,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` // contains filtered or unexported fields }
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) Descriptor
deprecated
added in
v0.5.0
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceGenerateDataKeyPairWithoutPlaintextRequest.ProtoReflect.Descriptor instead.
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetAad ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetAad() []byte
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyFormat ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyFormat() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyId() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyPairSpec ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) GetKeyPairSpec() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) ProtoMessage ¶ added in v0.5.0
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) ProtoMessage()
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) ProtoReflect ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) ProtoReflect() protoreflect.Message
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) Reset ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) Reset()
func (*AdvanceGenerateDataKeyPairWithoutPlaintextRequest) String ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextRequest) String() string
type AdvanceGenerateDataKeyPairWithoutPlaintextResponse ¶ added in v0.5.0
type AdvanceGenerateDataKeyPairWithoutPlaintextResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Iv []byte `protobuf:"bytes,2,opt,name=Iv,proto3" json:"Iv,omitempty"` KeyPairSpec string `protobuf:"bytes,3,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` PrivateKeyCiphertextBlob []byte `protobuf:"bytes,4,opt,name=PrivateKeyCiphertextBlob,proto3" json:"PrivateKeyCiphertextBlob,omitempty"` PublicKey []byte `protobuf:"bytes,5,opt,name=PublicKey,proto3" json:"PublicKey,omitempty"` RequestId string `protobuf:"bytes,6,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,7,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` KeyVersionId string `protobuf:"bytes,8,opt,name=KeyVersionId,proto3" json:"KeyVersionId,omitempty"` // contains filtered or unexported fields }
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) Descriptor
deprecated
added in
v0.5.0
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceGenerateDataKeyPairWithoutPlaintextResponse.ProtoReflect.Descriptor instead.
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetAlgorithm ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetAlgorithm() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetIv ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetIv() []byte
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyId() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyPairSpec ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyPairSpec() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyVersionId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetKeyVersionId() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetPrivateKeyCiphertextBlob ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetPrivateKeyCiphertextBlob() []byte
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetPublicKey ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetPublicKey() []byte
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetRequestId ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) GetRequestId() string
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) ProtoMessage ¶ added in v0.5.0
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) ProtoMessage()
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) ProtoReflect ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) ProtoReflect() protoreflect.Message
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) Reset ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) Reset()
func (*AdvanceGenerateDataKeyPairWithoutPlaintextResponse) String ¶ added in v0.5.0
func (x *AdvanceGenerateDataKeyPairWithoutPlaintextResponse) String() string
type AdvanceGenerateDataKeyRequest ¶ added in v0.3.0
type AdvanceGenerateDataKeyRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` NumberOfBytes int32 `protobuf:"varint,2,opt,name=NumberOfBytes,proto3" json:"NumberOfBytes,omitempty"` Aad []byte `protobuf:"bytes,3,opt,name=Aad,proto3" json:"Aad,omitempty"` // contains filtered or unexported fields }
func (*AdvanceGenerateDataKeyRequest) Descriptor
deprecated
added in
v0.3.0
func (*AdvanceGenerateDataKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceGenerateDataKeyRequest.ProtoReflect.Descriptor instead.
func (*AdvanceGenerateDataKeyRequest) GetAad ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyRequest) GetAad() []byte
func (*AdvanceGenerateDataKeyRequest) GetKeyId ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyRequest) GetKeyId() string
func (*AdvanceGenerateDataKeyRequest) GetNumberOfBytes ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyRequest) GetNumberOfBytes() int32
func (*AdvanceGenerateDataKeyRequest) ProtoMessage ¶ added in v0.3.0
func (*AdvanceGenerateDataKeyRequest) ProtoMessage()
func (*AdvanceGenerateDataKeyRequest) ProtoReflect ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyRequest) ProtoReflect() protoreflect.Message
func (*AdvanceGenerateDataKeyRequest) Reset ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyRequest) Reset()
func (*AdvanceGenerateDataKeyRequest) String ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyRequest) String() string
type AdvanceGenerateDataKeyResponse ¶ added in v0.3.0
type AdvanceGenerateDataKeyResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Iv []byte `protobuf:"bytes,2,opt,name=Iv,proto3" json:"Iv,omitempty"` Plaintext []byte `protobuf:"bytes,3,opt,name=Plaintext,proto3" json:"Plaintext,omitempty"` CiphertextBlob []byte `protobuf:"bytes,4,opt,name=CiphertextBlob,proto3" json:"CiphertextBlob,omitempty"` RequestId string `protobuf:"bytes,5,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,6,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` KeyVersionId string `protobuf:"bytes,7,opt,name=KeyVersionId,proto3" json:"KeyVersionId,omitempty"` // contains filtered or unexported fields }
func (*AdvanceGenerateDataKeyResponse) Descriptor
deprecated
added in
v0.3.0
func (*AdvanceGenerateDataKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use AdvanceGenerateDataKeyResponse.ProtoReflect.Descriptor instead.
func (*AdvanceGenerateDataKeyResponse) GetAlgorithm ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetAlgorithm() string
func (*AdvanceGenerateDataKeyResponse) GetCiphertextBlob ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetCiphertextBlob() []byte
func (*AdvanceGenerateDataKeyResponse) GetIv ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetIv() []byte
func (*AdvanceGenerateDataKeyResponse) GetKeyId ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetKeyId() string
func (*AdvanceGenerateDataKeyResponse) GetKeyVersionId ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetKeyVersionId() string
func (*AdvanceGenerateDataKeyResponse) GetPlaintext ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetPlaintext() []byte
func (*AdvanceGenerateDataKeyResponse) GetRequestId ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) GetRequestId() string
func (*AdvanceGenerateDataKeyResponse) ProtoMessage ¶ added in v0.3.0
func (*AdvanceGenerateDataKeyResponse) ProtoMessage()
func (*AdvanceGenerateDataKeyResponse) ProtoReflect ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) ProtoReflect() protoreflect.Message
func (*AdvanceGenerateDataKeyResponse) Reset ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) Reset()
func (*AdvanceGenerateDataKeyResponse) String ¶ added in v0.3.0
func (x *AdvanceGenerateDataKeyResponse) String() string
type DecryptRequest ¶
type DecryptRequest struct { CiphertextBlob []byte `protobuf:"bytes,1,opt,name=CiphertextBlob,proto3" json:"CiphertextBlob,omitempty"` KeyId string `protobuf:"bytes,2,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Algorithm string `protobuf:"bytes,3,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` Iv []byte `protobuf:"bytes,5,opt,name=Iv,proto3" json:"Iv,omitempty"` PaddingMode string `protobuf:"bytes,6,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` // contains filtered or unexported fields }
func (*DecryptRequest) Descriptor
deprecated
func (*DecryptRequest) Descriptor() ([]byte, []int)
Deprecated: Use DecryptRequest.ProtoReflect.Descriptor instead.
func (*DecryptRequest) GetAad ¶ added in v0.3.0
func (x *DecryptRequest) GetAad() []byte
func (*DecryptRequest) GetAlgorithm ¶ added in v0.3.0
func (x *DecryptRequest) GetAlgorithm() string
func (*DecryptRequest) GetCiphertextBlob ¶ added in v0.3.0
func (x *DecryptRequest) GetCiphertextBlob() []byte
func (*DecryptRequest) GetIv ¶ added in v0.3.0
func (x *DecryptRequest) GetIv() []byte
func (*DecryptRequest) GetKeyId ¶ added in v0.3.0
func (x *DecryptRequest) GetKeyId() string
func (*DecryptRequest) GetPaddingMode ¶ added in v0.3.0
func (x *DecryptRequest) GetPaddingMode() string
func (*DecryptRequest) ProtoMessage ¶
func (*DecryptRequest) ProtoMessage()
func (*DecryptRequest) ProtoReflect ¶ added in v0.3.0
func (x *DecryptRequest) ProtoReflect() protoreflect.Message
func (*DecryptRequest) Reset ¶
func (x *DecryptRequest) Reset()
func (*DecryptRequest) String ¶
func (x *DecryptRequest) String() string
type DecryptResponse ¶
type DecryptResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Plaintext []byte `protobuf:"bytes,2,opt,name=Plaintext,proto3" json:"Plaintext,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,4,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` PaddingMode string `protobuf:"bytes,5,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` // contains filtered or unexported fields }
func (*DecryptResponse) Descriptor
deprecated
func (*DecryptResponse) Descriptor() ([]byte, []int)
Deprecated: Use DecryptResponse.ProtoReflect.Descriptor instead.
func (*DecryptResponse) GetAlgorithm ¶ added in v0.3.0
func (x *DecryptResponse) GetAlgorithm() string
func (*DecryptResponse) GetKeyId ¶ added in v0.3.0
func (x *DecryptResponse) GetKeyId() string
func (*DecryptResponse) GetPaddingMode ¶ added in v0.3.0
func (x *DecryptResponse) GetPaddingMode() string
func (*DecryptResponse) GetPlaintext ¶ added in v0.3.0
func (x *DecryptResponse) GetPlaintext() []byte
func (*DecryptResponse) GetRequestId ¶ added in v0.3.0
func (x *DecryptResponse) GetRequestId() string
func (*DecryptResponse) ProtoMessage ¶
func (*DecryptResponse) ProtoMessage()
func (*DecryptResponse) ProtoReflect ¶ added in v0.3.0
func (x *DecryptResponse) ProtoReflect() protoreflect.Message
func (*DecryptResponse) Reset ¶
func (x *DecryptResponse) Reset()
func (*DecryptResponse) String ¶
func (x *DecryptResponse) String() string
type EncryptRequest ¶
type EncryptRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Plaintext []byte `protobuf:"bytes,2,opt,name=Plaintext,proto3" json:"Plaintext,omitempty"` Algorithm string `protobuf:"bytes,3,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` Iv []byte `protobuf:"bytes,5,opt,name=Iv,proto3" json:"Iv,omitempty"` PaddingMode string `protobuf:"bytes,6,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` // contains filtered or unexported fields }
func (*EncryptRequest) Descriptor
deprecated
func (*EncryptRequest) Descriptor() ([]byte, []int)
Deprecated: Use EncryptRequest.ProtoReflect.Descriptor instead.
func (*EncryptRequest) GetAad ¶ added in v0.3.0
func (x *EncryptRequest) GetAad() []byte
func (*EncryptRequest) GetAlgorithm ¶ added in v0.3.0
func (x *EncryptRequest) GetAlgorithm() string
func (*EncryptRequest) GetIv ¶ added in v0.3.0
func (x *EncryptRequest) GetIv() []byte
func (*EncryptRequest) GetKeyId ¶ added in v0.3.0
func (x *EncryptRequest) GetKeyId() string
func (*EncryptRequest) GetPaddingMode ¶ added in v0.3.0
func (x *EncryptRequest) GetPaddingMode() string
func (*EncryptRequest) GetPlaintext ¶ added in v0.3.0
func (x *EncryptRequest) GetPlaintext() []byte
func (*EncryptRequest) ProtoMessage ¶
func (*EncryptRequest) ProtoMessage()
func (*EncryptRequest) ProtoReflect ¶ added in v0.3.0
func (x *EncryptRequest) ProtoReflect() protoreflect.Message
func (*EncryptRequest) Reset ¶
func (x *EncryptRequest) Reset()
func (*EncryptRequest) String ¶
func (x *EncryptRequest) String() string
type EncryptResponse ¶
type EncryptResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` CiphertextBlob []byte `protobuf:"bytes,2,opt,name=CiphertextBlob,proto3" json:"CiphertextBlob,omitempty"` Iv []byte `protobuf:"bytes,3,opt,name=Iv,proto3" json:"Iv,omitempty"` RequestId string `protobuf:"bytes,4,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,5,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` PaddingMode string `protobuf:"bytes,6,opt,name=PaddingMode,proto3" json:"PaddingMode,omitempty"` // contains filtered or unexported fields }
func (*EncryptResponse) Descriptor
deprecated
func (*EncryptResponse) Descriptor() ([]byte, []int)
Deprecated: Use EncryptResponse.ProtoReflect.Descriptor instead.
func (*EncryptResponse) GetAlgorithm ¶ added in v0.3.0
func (x *EncryptResponse) GetAlgorithm() string
func (*EncryptResponse) GetCiphertextBlob ¶ added in v0.3.0
func (x *EncryptResponse) GetCiphertextBlob() []byte
func (*EncryptResponse) GetIv ¶ added in v0.3.0
func (x *EncryptResponse) GetIv() []byte
func (*EncryptResponse) GetKeyId ¶ added in v0.3.0
func (x *EncryptResponse) GetKeyId() string
func (*EncryptResponse) GetPaddingMode ¶ added in v0.3.0
func (x *EncryptResponse) GetPaddingMode() string
func (*EncryptResponse) GetRequestId ¶ added in v0.3.0
func (x *EncryptResponse) GetRequestId() string
func (*EncryptResponse) ProtoMessage ¶
func (*EncryptResponse) ProtoMessage()
func (*EncryptResponse) ProtoReflect ¶ added in v0.3.0
func (x *EncryptResponse) ProtoReflect() protoreflect.Message
func (*EncryptResponse) Reset ¶
func (x *EncryptResponse) Reset()
func (*EncryptResponse) String ¶
func (x *EncryptResponse) String() string
type Error ¶
type Error struct { StatusCode int32 `protobuf:"varint,1,opt,name=StatusCode,proto3" json:"StatusCode,omitempty"` ErrorCode string `protobuf:"bytes,2,opt,name=ErrorCode,proto3" json:"ErrorCode,omitempty"` ErrorMessage string `protobuf:"bytes,3,opt,name=ErrorMessage,proto3" json:"ErrorMessage,omitempty"` RequestId string `protobuf:"bytes,4,opt,name=RequestId,proto3" json:"RequestId,omitempty"` // contains filtered or unexported fields }
func (*Error) Descriptor
deprecated
func (*Error) GetErrorCode ¶ added in v0.3.0
func (*Error) GetErrorMessage ¶ added in v0.3.0
func (*Error) GetRequestId ¶ added in v0.3.0
func (*Error) GetStatusCode ¶ added in v0.3.0
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) ProtoReflect ¶ added in v0.3.0
func (x *Error) ProtoReflect() protoreflect.Message
type GenerateDataKeyPairRequest ¶ added in v0.5.0
type GenerateDataKeyPairRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Algorithm string `protobuf:"bytes,2,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` KeyPairSpec string `protobuf:"bytes,3,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` KeyFormat string `protobuf:"bytes,4,opt,name=KeyFormat,proto3" json:"KeyFormat,omitempty"` Aad []byte `protobuf:"bytes,5,opt,name=Aad,proto3" json:"Aad,omitempty"` // contains filtered or unexported fields }
func (*GenerateDataKeyPairRequest) Descriptor
deprecated
added in
v0.5.0
func (*GenerateDataKeyPairRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataKeyPairRequest.ProtoReflect.Descriptor instead.
func (*GenerateDataKeyPairRequest) GetAad ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) GetAad() []byte
func (*GenerateDataKeyPairRequest) GetAlgorithm ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) GetAlgorithm() string
func (*GenerateDataKeyPairRequest) GetKeyFormat ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) GetKeyFormat() string
func (*GenerateDataKeyPairRequest) GetKeyId ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) GetKeyId() string
func (*GenerateDataKeyPairRequest) GetKeyPairSpec ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) GetKeyPairSpec() string
func (*GenerateDataKeyPairRequest) ProtoMessage ¶ added in v0.5.0
func (*GenerateDataKeyPairRequest) ProtoMessage()
func (*GenerateDataKeyPairRequest) ProtoReflect ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) ProtoReflect() protoreflect.Message
func (*GenerateDataKeyPairRequest) Reset ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) Reset()
func (*GenerateDataKeyPairRequest) String ¶ added in v0.5.0
func (x *GenerateDataKeyPairRequest) String() string
type GenerateDataKeyPairResponse ¶ added in v0.5.0
type GenerateDataKeyPairResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Iv []byte `protobuf:"bytes,2,opt,name=Iv,proto3" json:"Iv,omitempty"` KeyPairSpec string `protobuf:"bytes,3,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` PrivateKeyPlaintext []byte `protobuf:"bytes,4,opt,name=PrivateKeyPlaintext,proto3" json:"PrivateKeyPlaintext,omitempty"` PrivateKeyCiphertextBlob []byte `protobuf:"bytes,5,opt,name=PrivateKeyCiphertextBlob,proto3" json:"PrivateKeyCiphertextBlob,omitempty"` PublicKey []byte `protobuf:"bytes,6,opt,name=PublicKey,proto3" json:"PublicKey,omitempty"` RequestId string `protobuf:"bytes,7,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,8,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` // contains filtered or unexported fields }
func (*GenerateDataKeyPairResponse) Descriptor
deprecated
added in
v0.5.0
func (*GenerateDataKeyPairResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataKeyPairResponse.ProtoReflect.Descriptor instead.
func (*GenerateDataKeyPairResponse) GetAlgorithm ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetAlgorithm() string
func (*GenerateDataKeyPairResponse) GetIv ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetIv() []byte
func (*GenerateDataKeyPairResponse) GetKeyId ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetKeyId() string
func (*GenerateDataKeyPairResponse) GetKeyPairSpec ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetKeyPairSpec() string
func (*GenerateDataKeyPairResponse) GetPrivateKeyCiphertextBlob ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetPrivateKeyCiphertextBlob() []byte
func (*GenerateDataKeyPairResponse) GetPrivateKeyPlaintext ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetPrivateKeyPlaintext() []byte
func (*GenerateDataKeyPairResponse) GetPublicKey ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetPublicKey() []byte
func (*GenerateDataKeyPairResponse) GetRequestId ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) GetRequestId() string
func (*GenerateDataKeyPairResponse) ProtoMessage ¶ added in v0.5.0
func (*GenerateDataKeyPairResponse) ProtoMessage()
func (*GenerateDataKeyPairResponse) ProtoReflect ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) ProtoReflect() protoreflect.Message
func (*GenerateDataKeyPairResponse) Reset ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) Reset()
func (*GenerateDataKeyPairResponse) String ¶ added in v0.5.0
func (x *GenerateDataKeyPairResponse) String() string
type GenerateDataKeyPairWithoutPlaintextRequest ¶ added in v0.5.0
type GenerateDataKeyPairWithoutPlaintextRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Algorithm string `protobuf:"bytes,2,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` KeyPairSpec string `protobuf:"bytes,3,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` KeyFormat string `protobuf:"bytes,4,opt,name=KeyFormat,proto3" json:"KeyFormat,omitempty"` Aad []byte `protobuf:"bytes,5,opt,name=Aad,proto3" json:"Aad,omitempty"` // contains filtered or unexported fields }
func (*GenerateDataKeyPairWithoutPlaintextRequest) Descriptor
deprecated
added in
v0.5.0
func (*GenerateDataKeyPairWithoutPlaintextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataKeyPairWithoutPlaintextRequest.ProtoReflect.Descriptor instead.
func (*GenerateDataKeyPairWithoutPlaintextRequest) GetAad ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetAad() []byte
func (*GenerateDataKeyPairWithoutPlaintextRequest) GetAlgorithm ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetAlgorithm() string
func (*GenerateDataKeyPairWithoutPlaintextRequest) GetKeyFormat ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetKeyFormat() string
func (*GenerateDataKeyPairWithoutPlaintextRequest) GetKeyId ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetKeyId() string
func (*GenerateDataKeyPairWithoutPlaintextRequest) GetKeyPairSpec ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) GetKeyPairSpec() string
func (*GenerateDataKeyPairWithoutPlaintextRequest) ProtoMessage ¶ added in v0.5.0
func (*GenerateDataKeyPairWithoutPlaintextRequest) ProtoMessage()
func (*GenerateDataKeyPairWithoutPlaintextRequest) ProtoReflect ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) ProtoReflect() protoreflect.Message
func (*GenerateDataKeyPairWithoutPlaintextRequest) Reset ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) Reset()
func (*GenerateDataKeyPairWithoutPlaintextRequest) String ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextRequest) String() string
type GenerateDataKeyPairWithoutPlaintextResponse ¶ added in v0.5.0
type GenerateDataKeyPairWithoutPlaintextResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Iv []byte `protobuf:"bytes,2,opt,name=Iv,proto3" json:"Iv,omitempty"` KeyPairSpec string `protobuf:"bytes,3,opt,name=KeyPairSpec,proto3" json:"KeyPairSpec,omitempty"` PrivateKeyCiphertextBlob []byte `protobuf:"bytes,4,opt,name=PrivateKeyCiphertextBlob,proto3" json:"PrivateKeyCiphertextBlob,omitempty"` PublicKey []byte `protobuf:"bytes,5,opt,name=PublicKey,proto3" json:"PublicKey,omitempty"` RequestId string `protobuf:"bytes,6,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,7,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` // contains filtered or unexported fields }
func (*GenerateDataKeyPairWithoutPlaintextResponse) Descriptor
deprecated
added in
v0.5.0
func (*GenerateDataKeyPairWithoutPlaintextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataKeyPairWithoutPlaintextResponse.ProtoReflect.Descriptor instead.
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetAlgorithm ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetAlgorithm() string
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetIv ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetIv() []byte
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetKeyId ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetKeyId() string
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetKeyPairSpec ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetKeyPairSpec() string
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetPrivateKeyCiphertextBlob ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetPrivateKeyCiphertextBlob() []byte
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetPublicKey ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetPublicKey() []byte
func (*GenerateDataKeyPairWithoutPlaintextResponse) GetRequestId ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) GetRequestId() string
func (*GenerateDataKeyPairWithoutPlaintextResponse) ProtoMessage ¶ added in v0.5.0
func (*GenerateDataKeyPairWithoutPlaintextResponse) ProtoMessage()
func (*GenerateDataKeyPairWithoutPlaintextResponse) ProtoReflect ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) ProtoReflect() protoreflect.Message
func (*GenerateDataKeyPairWithoutPlaintextResponse) Reset ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) Reset()
func (*GenerateDataKeyPairWithoutPlaintextResponse) String ¶ added in v0.5.0
func (x *GenerateDataKeyPairWithoutPlaintextResponse) String() string
type GenerateDataKeyRequest ¶
type GenerateDataKeyRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Algorithm string `protobuf:"bytes,2,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` NumberOfBytes int32 `protobuf:"varint,3,opt,name=NumberOfBytes,proto3" json:"NumberOfBytes,omitempty"` Aad []byte `protobuf:"bytes,4,opt,name=Aad,proto3" json:"Aad,omitempty"` // contains filtered or unexported fields }
func (*GenerateDataKeyRequest) Descriptor
deprecated
func (*GenerateDataKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataKeyRequest.ProtoReflect.Descriptor instead.
func (*GenerateDataKeyRequest) GetAad ¶ added in v0.3.0
func (x *GenerateDataKeyRequest) GetAad() []byte
func (*GenerateDataKeyRequest) GetAlgorithm ¶ added in v0.3.0
func (x *GenerateDataKeyRequest) GetAlgorithm() string
func (*GenerateDataKeyRequest) GetKeyId ¶ added in v0.3.0
func (x *GenerateDataKeyRequest) GetKeyId() string
func (*GenerateDataKeyRequest) GetNumberOfBytes ¶ added in v0.3.0
func (x *GenerateDataKeyRequest) GetNumberOfBytes() int32
func (*GenerateDataKeyRequest) ProtoMessage ¶
func (*GenerateDataKeyRequest) ProtoMessage()
func (*GenerateDataKeyRequest) ProtoReflect ¶ added in v0.3.0
func (x *GenerateDataKeyRequest) ProtoReflect() protoreflect.Message
func (*GenerateDataKeyRequest) Reset ¶
func (x *GenerateDataKeyRequest) Reset()
func (*GenerateDataKeyRequest) String ¶
func (x *GenerateDataKeyRequest) String() string
type GenerateDataKeyResponse ¶
type GenerateDataKeyResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Iv []byte `protobuf:"bytes,2,opt,name=Iv,proto3" json:"Iv,omitempty"` Plaintext []byte `protobuf:"bytes,3,opt,name=Plaintext,proto3" json:"Plaintext,omitempty"` CiphertextBlob []byte `protobuf:"bytes,4,opt,name=CiphertextBlob,proto3" json:"CiphertextBlob,omitempty"` RequestId string `protobuf:"bytes,5,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,6,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` // contains filtered or unexported fields }
func (*GenerateDataKeyResponse) Descriptor
deprecated
func (*GenerateDataKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataKeyResponse.ProtoReflect.Descriptor instead.
func (*GenerateDataKeyResponse) GetAlgorithm ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) GetAlgorithm() string
func (*GenerateDataKeyResponse) GetCiphertextBlob ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) GetCiphertextBlob() []byte
func (*GenerateDataKeyResponse) GetIv ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) GetIv() []byte
func (*GenerateDataKeyResponse) GetKeyId ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) GetKeyId() string
func (*GenerateDataKeyResponse) GetPlaintext ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) GetPlaintext() []byte
func (*GenerateDataKeyResponse) GetRequestId ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) GetRequestId() string
func (*GenerateDataKeyResponse) ProtoMessage ¶
func (*GenerateDataKeyResponse) ProtoMessage()
func (*GenerateDataKeyResponse) ProtoReflect ¶ added in v0.3.0
func (x *GenerateDataKeyResponse) ProtoReflect() protoreflect.Message
func (*GenerateDataKeyResponse) Reset ¶
func (x *GenerateDataKeyResponse) Reset()
func (*GenerateDataKeyResponse) String ¶
func (x *GenerateDataKeyResponse) String() string
type GenerateRandomRequest ¶
type GenerateRandomRequest struct { Length int32 `protobuf:"varint,1,opt,name=Length,proto3" json:"Length,omitempty"` // contains filtered or unexported fields }
func (*GenerateRandomRequest) Descriptor
deprecated
func (*GenerateRandomRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRandomRequest.ProtoReflect.Descriptor instead.
func (*GenerateRandomRequest) GetLength ¶ added in v0.3.0
func (x *GenerateRandomRequest) GetLength() int32
func (*GenerateRandomRequest) ProtoMessage ¶
func (*GenerateRandomRequest) ProtoMessage()
func (*GenerateRandomRequest) ProtoReflect ¶ added in v0.3.0
func (x *GenerateRandomRequest) ProtoReflect() protoreflect.Message
func (*GenerateRandomRequest) Reset ¶
func (x *GenerateRandomRequest) Reset()
func (*GenerateRandomRequest) String ¶
func (x *GenerateRandomRequest) String() string
type GenerateRandomResponse ¶
type GenerateRandomResponse struct { Random []byte `protobuf:"bytes,1,opt,name=Random,proto3" json:"Random,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=RequestId,proto3" json:"RequestId,omitempty"` // contains filtered or unexported fields }
func (*GenerateRandomResponse) Descriptor
deprecated
func (*GenerateRandomResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRandomResponse.ProtoReflect.Descriptor instead.
func (*GenerateRandomResponse) GetRandom ¶ added in v0.3.0
func (x *GenerateRandomResponse) GetRandom() []byte
func (*GenerateRandomResponse) GetRequestId ¶ added in v0.3.0
func (x *GenerateRandomResponse) GetRequestId() string
func (*GenerateRandomResponse) ProtoMessage ¶
func (*GenerateRandomResponse) ProtoMessage()
func (*GenerateRandomResponse) ProtoReflect ¶ added in v0.3.0
func (x *GenerateRandomResponse) ProtoReflect() protoreflect.Message
func (*GenerateRandomResponse) Reset ¶
func (x *GenerateRandomResponse) Reset()
func (*GenerateRandomResponse) String ¶
func (x *GenerateRandomResponse) String() string
type GetPublicKeyRequest ¶
type GetPublicKeyRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` // contains filtered or unexported fields }
func (*GetPublicKeyRequest) Descriptor
deprecated
func (*GetPublicKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPublicKeyRequest.ProtoReflect.Descriptor instead.
func (*GetPublicKeyRequest) GetKeyId ¶ added in v0.3.0
func (x *GetPublicKeyRequest) GetKeyId() string
func (*GetPublicKeyRequest) ProtoMessage ¶
func (*GetPublicKeyRequest) ProtoMessage()
func (*GetPublicKeyRequest) ProtoReflect ¶ added in v0.3.0
func (x *GetPublicKeyRequest) ProtoReflect() protoreflect.Message
func (*GetPublicKeyRequest) Reset ¶
func (x *GetPublicKeyRequest) Reset()
func (*GetPublicKeyRequest) String ¶
func (x *GetPublicKeyRequest) String() string
type GetPublicKeyResponse ¶
type GetPublicKeyResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=PublicKey,proto3" json:"PublicKey,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=RequestId,proto3" json:"RequestId,omitempty"` // contains filtered or unexported fields }
func (*GetPublicKeyResponse) Descriptor
deprecated
func (*GetPublicKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPublicKeyResponse.ProtoReflect.Descriptor instead.
func (*GetPublicKeyResponse) GetKeyId ¶ added in v0.3.0
func (x *GetPublicKeyResponse) GetKeyId() string
func (*GetPublicKeyResponse) GetPublicKey ¶ added in v0.3.0
func (x *GetPublicKeyResponse) GetPublicKey() string
func (*GetPublicKeyResponse) GetRequestId ¶ added in v0.3.0
func (x *GetPublicKeyResponse) GetRequestId() string
func (*GetPublicKeyResponse) ProtoMessage ¶
func (*GetPublicKeyResponse) ProtoMessage()
func (*GetPublicKeyResponse) ProtoReflect ¶ added in v0.3.0
func (x *GetPublicKeyResponse) ProtoReflect() protoreflect.Message
func (*GetPublicKeyResponse) Reset ¶
func (x *GetPublicKeyResponse) Reset()
func (*GetPublicKeyResponse) String ¶
func (x *GetPublicKeyResponse) String() string
type GetSecretValueRequest ¶ added in v0.2.1
type GetSecretValueRequest struct { SecretName string `protobuf:"bytes,1,opt,name=SecretName,proto3" json:"SecretName,omitempty"` VersionStage string `protobuf:"bytes,2,opt,name=VersionStage,proto3" json:"VersionStage,omitempty"` VersionId string `protobuf:"bytes,3,opt,name=VersionId,proto3" json:"VersionId,omitempty"` FetchExtendedConfig bool `protobuf:"varint,4,opt,name=FetchExtendedConfig,proto3" json:"FetchExtendedConfig,omitempty"` // contains filtered or unexported fields }
凭据管家API
func (*GetSecretValueRequest) Descriptor
deprecated
added in
v0.2.1
func (*GetSecretValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSecretValueRequest.ProtoReflect.Descriptor instead.
func (*GetSecretValueRequest) GetFetchExtendedConfig ¶ added in v0.3.0
func (x *GetSecretValueRequest) GetFetchExtendedConfig() bool
func (*GetSecretValueRequest) GetSecretName ¶ added in v0.3.0
func (x *GetSecretValueRequest) GetSecretName() string
func (*GetSecretValueRequest) GetVersionId ¶ added in v0.3.0
func (x *GetSecretValueRequest) GetVersionId() string
func (*GetSecretValueRequest) GetVersionStage ¶ added in v0.3.0
func (x *GetSecretValueRequest) GetVersionStage() string
func (*GetSecretValueRequest) ProtoMessage ¶ added in v0.2.1
func (*GetSecretValueRequest) ProtoMessage()
func (*GetSecretValueRequest) ProtoReflect ¶ added in v0.3.0
func (x *GetSecretValueRequest) ProtoReflect() protoreflect.Message
func (*GetSecretValueRequest) Reset ¶ added in v0.2.1
func (x *GetSecretValueRequest) Reset()
func (*GetSecretValueRequest) String ¶ added in v0.2.1
func (x *GetSecretValueRequest) String() string
type GetSecretValueResponse ¶ added in v0.2.1
type GetSecretValueResponse struct { SecretName string `protobuf:"bytes,1,opt,name=SecretName,proto3" json:"SecretName,omitempty"` SecretType string `protobuf:"bytes,2,opt,name=SecretType,proto3" json:"SecretType,omitempty"` SecretData string `protobuf:"bytes,3,opt,name=SecretData,proto3" json:"SecretData,omitempty"` SecretDataType string `protobuf:"bytes,4,opt,name=SecretDataType,proto3" json:"SecretDataType,omitempty"` VersionStages []string `protobuf:"bytes,5,rep,name=VersionStages,proto3" json:"VersionStages,omitempty"` VersionId string `protobuf:"bytes,6,opt,name=VersionId,proto3" json:"VersionId,omitempty"` CreateTime string `protobuf:"bytes,7,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` RequestId string `protobuf:"bytes,8,opt,name=RequestId,proto3" json:"RequestId,omitempty"` LastRotationDate string `protobuf:"bytes,9,opt,name=LastRotationDate,proto3" json:"LastRotationDate,omitempty"` NextRotationDate string `protobuf:"bytes,10,opt,name=NextRotationDate,proto3" json:"NextRotationDate,omitempty"` ExtendedConfig string `protobuf:"bytes,11,opt,name=ExtendedConfig,proto3" json:"ExtendedConfig,omitempty"` AutomaticRotation string `protobuf:"bytes,12,opt,name=AutomaticRotation,proto3" json:"AutomaticRotation,omitempty"` RotationInterval string `protobuf:"bytes,13,opt,name=RotationInterval,proto3" json:"RotationInterval,omitempty"` // contains filtered or unexported fields }
func (*GetSecretValueResponse) Descriptor
deprecated
added in
v0.2.1
func (*GetSecretValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSecretValueResponse.ProtoReflect.Descriptor instead.
func (*GetSecretValueResponse) GetAutomaticRotation ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetAutomaticRotation() string
func (*GetSecretValueResponse) GetCreateTime ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetCreateTime() string
func (*GetSecretValueResponse) GetExtendedConfig ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetExtendedConfig() string
func (*GetSecretValueResponse) GetLastRotationDate ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetLastRotationDate() string
func (*GetSecretValueResponse) GetNextRotationDate ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetNextRotationDate() string
func (*GetSecretValueResponse) GetRequestId ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetRequestId() string
func (*GetSecretValueResponse) GetRotationInterval ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetRotationInterval() string
func (*GetSecretValueResponse) GetSecretData ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetSecretData() string
func (*GetSecretValueResponse) GetSecretDataType ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetSecretDataType() string
func (*GetSecretValueResponse) GetSecretName ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetSecretName() string
func (*GetSecretValueResponse) GetSecretType ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetSecretType() string
func (*GetSecretValueResponse) GetVersionId ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetVersionId() string
func (*GetSecretValueResponse) GetVersionStages ¶ added in v0.3.0
func (x *GetSecretValueResponse) GetVersionStages() []string
func (*GetSecretValueResponse) ProtoMessage ¶ added in v0.2.1
func (*GetSecretValueResponse) ProtoMessage()
func (*GetSecretValueResponse) ProtoReflect ¶ added in v0.3.0
func (x *GetSecretValueResponse) ProtoReflect() protoreflect.Message
func (*GetSecretValueResponse) Reset ¶ added in v0.2.1
func (x *GetSecretValueResponse) Reset()
func (*GetSecretValueResponse) String ¶ added in v0.2.1
func (x *GetSecretValueResponse) String() string
type HmacRequest ¶
type HmacRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Message []byte `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"` // contains filtered or unexported fields }
func (*HmacRequest) Descriptor
deprecated
func (*HmacRequest) Descriptor() ([]byte, []int)
Deprecated: Use HmacRequest.ProtoReflect.Descriptor instead.
func (*HmacRequest) GetKeyId ¶ added in v0.3.0
func (x *HmacRequest) GetKeyId() string
func (*HmacRequest) GetMessage ¶ added in v0.3.0
func (x *HmacRequest) GetMessage() []byte
func (*HmacRequest) ProtoMessage ¶
func (*HmacRequest) ProtoMessage()
func (*HmacRequest) ProtoReflect ¶ added in v0.3.0
func (x *HmacRequest) ProtoReflect() protoreflect.Message
func (*HmacRequest) Reset ¶
func (x *HmacRequest) Reset()
func (*HmacRequest) String ¶
func (x *HmacRequest) String() string
type HmacResponse ¶
type HmacResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=Signature,proto3" json:"Signature,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=RequestId,proto3" json:"RequestId,omitempty"` // contains filtered or unexported fields }
func (*HmacResponse) Descriptor
deprecated
func (*HmacResponse) Descriptor() ([]byte, []int)
Deprecated: Use HmacResponse.ProtoReflect.Descriptor instead.
func (*HmacResponse) GetKeyId ¶ added in v0.3.0
func (x *HmacResponse) GetKeyId() string
func (*HmacResponse) GetRequestId ¶ added in v0.3.0
func (x *HmacResponse) GetRequestId() string
func (*HmacResponse) GetSignature ¶ added in v0.3.0
func (x *HmacResponse) GetSignature() []byte
func (*HmacResponse) ProtoMessage ¶
func (*HmacResponse) ProtoMessage()
func (*HmacResponse) ProtoReflect ¶ added in v0.3.0
func (x *HmacResponse) ProtoReflect() protoreflect.Message
func (*HmacResponse) Reset ¶
func (x *HmacResponse) Reset()
func (*HmacResponse) String ¶
func (x *HmacResponse) String() string
type SignRequest ¶
type SignRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Digest []byte `protobuf:"bytes,2,opt,name=Digest,proto3" json:"Digest,omitempty"` Algorithm string `protobuf:"bytes,3,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` Message []byte `protobuf:"bytes,4,opt,name=Message,proto3" json:"Message,omitempty"` MessageType string `protobuf:"bytes,5,opt,name=MessageType,proto3" json:"MessageType,omitempty"` // contains filtered or unexported fields }
func (*SignRequest) Descriptor
deprecated
func (*SignRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignRequest.ProtoReflect.Descriptor instead.
func (*SignRequest) GetAlgorithm ¶ added in v0.3.0
func (x *SignRequest) GetAlgorithm() string
func (*SignRequest) GetDigest ¶ added in v0.3.0
func (x *SignRequest) GetDigest() []byte
func (*SignRequest) GetKeyId ¶ added in v0.3.0
func (x *SignRequest) GetKeyId() string
func (*SignRequest) GetMessage ¶ added in v0.3.0
func (x *SignRequest) GetMessage() []byte
func (*SignRequest) GetMessageType ¶ added in v0.3.0
func (x *SignRequest) GetMessageType() string
func (*SignRequest) ProtoMessage ¶
func (*SignRequest) ProtoMessage()
func (*SignRequest) ProtoReflect ¶ added in v0.3.0
func (x *SignRequest) ProtoReflect() protoreflect.Message
func (*SignRequest) Reset ¶
func (x *SignRequest) Reset()
func (*SignRequest) String ¶
func (x *SignRequest) String() string
type SignResponse ¶
type SignResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=Signature,proto3" json:"Signature,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,4,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` MessageType string `protobuf:"bytes,5,opt,name=MessageType,proto3" json:"MessageType,omitempty"` // contains filtered or unexported fields }
func (*SignResponse) Descriptor
deprecated
func (*SignResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignResponse.ProtoReflect.Descriptor instead.
func (*SignResponse) GetAlgorithm ¶ added in v0.3.0
func (x *SignResponse) GetAlgorithm() string
func (*SignResponse) GetKeyId ¶ added in v0.3.0
func (x *SignResponse) GetKeyId() string
func (*SignResponse) GetMessageType ¶ added in v0.3.0
func (x *SignResponse) GetMessageType() string
func (*SignResponse) GetRequestId ¶ added in v0.3.0
func (x *SignResponse) GetRequestId() string
func (*SignResponse) GetSignature ¶ added in v0.3.0
func (x *SignResponse) GetSignature() []byte
func (*SignResponse) ProtoMessage ¶
func (*SignResponse) ProtoMessage()
func (*SignResponse) ProtoReflect ¶ added in v0.3.0
func (x *SignResponse) ProtoReflect() protoreflect.Message
func (*SignResponse) Reset ¶
func (x *SignResponse) Reset()
func (*SignResponse) String ¶
func (x *SignResponse) String() string
type VerifyRequest ¶
type VerifyRequest struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Digest []byte `protobuf:"bytes,2,opt,name=Digest,proto3" json:"Digest,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=Signature,proto3" json:"Signature,omitempty"` Algorithm string `protobuf:"bytes,4,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` Message []byte `protobuf:"bytes,5,opt,name=Message,proto3" json:"Message,omitempty"` MessageType string `protobuf:"bytes,6,opt,name=MessageType,proto3" json:"MessageType,omitempty"` // contains filtered or unexported fields }
func (*VerifyRequest) Descriptor
deprecated
func (*VerifyRequest) Descriptor() ([]byte, []int)
Deprecated: Use VerifyRequest.ProtoReflect.Descriptor instead.
func (*VerifyRequest) GetAlgorithm ¶ added in v0.3.0
func (x *VerifyRequest) GetAlgorithm() string
func (*VerifyRequest) GetDigest ¶ added in v0.3.0
func (x *VerifyRequest) GetDigest() []byte
func (*VerifyRequest) GetKeyId ¶ added in v0.3.0
func (x *VerifyRequest) GetKeyId() string
func (*VerifyRequest) GetMessage ¶ added in v0.3.0
func (x *VerifyRequest) GetMessage() []byte
func (*VerifyRequest) GetMessageType ¶ added in v0.3.0
func (x *VerifyRequest) GetMessageType() string
func (*VerifyRequest) GetSignature ¶ added in v0.3.0
func (x *VerifyRequest) GetSignature() []byte
func (*VerifyRequest) ProtoMessage ¶
func (*VerifyRequest) ProtoMessage()
func (*VerifyRequest) ProtoReflect ¶ added in v0.3.0
func (x *VerifyRequest) ProtoReflect() protoreflect.Message
func (*VerifyRequest) Reset ¶
func (x *VerifyRequest) Reset()
func (*VerifyRequest) String ¶
func (x *VerifyRequest) String() string
type VerifyResponse ¶
type VerifyResponse struct { KeyId string `protobuf:"bytes,1,opt,name=KeyId,proto3" json:"KeyId,omitempty"` Value bool `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=RequestId,proto3" json:"RequestId,omitempty"` Algorithm string `protobuf:"bytes,4,opt,name=Algorithm,proto3" json:"Algorithm,omitempty"` MessageType string `protobuf:"bytes,5,opt,name=MessageType,proto3" json:"MessageType,omitempty"` // contains filtered or unexported fields }
func (*VerifyResponse) Descriptor
deprecated
func (*VerifyResponse) Descriptor() ([]byte, []int)
Deprecated: Use VerifyResponse.ProtoReflect.Descriptor instead.
func (*VerifyResponse) GetAlgorithm ¶ added in v0.3.0
func (x *VerifyResponse) GetAlgorithm() string
func (*VerifyResponse) GetKeyId ¶ added in v0.3.0
func (x *VerifyResponse) GetKeyId() string
func (*VerifyResponse) GetMessageType ¶ added in v0.3.0
func (x *VerifyResponse) GetMessageType() string
func (*VerifyResponse) GetRequestId ¶ added in v0.3.0
func (x *VerifyResponse) GetRequestId() string
func (*VerifyResponse) GetValue ¶ added in v0.3.0
func (x *VerifyResponse) GetValue() bool
func (*VerifyResponse) ProtoMessage ¶
func (*VerifyResponse) ProtoMessage()
func (*VerifyResponse) ProtoReflect ¶ added in v0.3.0
func (x *VerifyResponse) ProtoReflect() protoreflect.Message
func (*VerifyResponse) Reset ¶
func (x *VerifyResponse) Reset()
func (*VerifyResponse) String ¶
func (x *VerifyResponse) String() string