protos

package
v3.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_purekitV3_client_proto protoreflect.FileDescriptor
View Source
var File_purekitV3_crypto_proto protoreflect.FileDescriptor
View Source
var File_purekitV3_grant_proto protoreflect.FileDescriptor
View Source
var File_purekitV3_storage_proto protoreflect.FileDescriptor
View Source
var File_purekit_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CellKey

type CellKey struct {
	Version       uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	CellKeySigned []byte `protobuf:"bytes,2,opt,name=cell_key_signed,json=cellKeySigned,proto3" json:"cell_key_signed,omitempty"`
	Signature     []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*CellKey) Descriptor deprecated

func (*CellKey) Descriptor() ([]byte, []int)

Deprecated: Use CellKey.ProtoReflect.Descriptor instead.

func (*CellKey) GetCellKeySigned

func (x *CellKey) GetCellKeySigned() []byte

func (*CellKey) GetSignature

func (x *CellKey) GetSignature() []byte

func (*CellKey) GetVersion

func (x *CellKey) GetVersion() uint32

func (*CellKey) ProtoMessage

func (*CellKey) ProtoMessage()

func (*CellKey) ProtoReflect

func (x *CellKey) ProtoReflect() protoreflect.Message

func (*CellKey) Reset

func (x *CellKey) Reset()

func (*CellKey) String

func (x *CellKey) String() string

type CellKeySigned

type CellKeySigned struct {
	Version          uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	UserId           string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	DataId           string `protobuf:"bytes,3,opt,name=dataId,proto3" json:"dataId,omitempty"`
	Cpk              []byte `protobuf:"bytes,4,opt,name=cpk,proto3" json:"cpk,omitempty"`
	EncryptedCskCms  []byte `protobuf:"bytes,5,opt,name=encrypted_csk_cms,json=encryptedCskCms,proto3" json:"encrypted_csk_cms,omitempty"`
	EncryptedCskBody []byte `protobuf:"bytes,6,opt,name=encrypted_csk_body,json=encryptedCskBody,proto3" json:"encrypted_csk_body,omitempty"`
	// contains filtered or unexported fields
}

func (*CellKeySigned) Descriptor deprecated

func (*CellKeySigned) Descriptor() ([]byte, []int)

Deprecated: Use CellKeySigned.ProtoReflect.Descriptor instead.

func (*CellKeySigned) GetCpk

func (x *CellKeySigned) GetCpk() []byte

func (*CellKeySigned) GetDataId

func (x *CellKeySigned) GetDataId() string

func (*CellKeySigned) GetEncryptedCskBody

func (x *CellKeySigned) GetEncryptedCskBody() []byte

func (*CellKeySigned) GetEncryptedCskCms

func (x *CellKeySigned) GetEncryptedCskCms() []byte

func (*CellKeySigned) GetUserId

func (x *CellKeySigned) GetUserId() string

func (*CellKeySigned) GetVersion

func (x *CellKeySigned) GetVersion() uint32

func (*CellKeySigned) ProtoMessage

func (*CellKeySigned) ProtoMessage()

func (*CellKeySigned) ProtoReflect

func (x *CellKeySigned) ProtoReflect() protoreflect.Message

func (*CellKeySigned) Reset

func (x *CellKeySigned) Reset()

func (*CellKeySigned) String

func (x *CellKeySigned) String() string

type DatabaseRecord

type DatabaseRecord struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Record  []byte `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseRecord) Descriptor deprecated

func (*DatabaseRecord) Descriptor() ([]byte, []int)

Deprecated: Use DatabaseRecord.ProtoReflect.Descriptor instead.

func (*DatabaseRecord) GetRecord

func (x *DatabaseRecord) GetRecord() []byte

func (*DatabaseRecord) GetVersion

func (x *DatabaseRecord) GetVersion() uint32

func (*DatabaseRecord) ProtoMessage

func (*DatabaseRecord) ProtoMessage()

func (*DatabaseRecord) ProtoReflect

func (x *DatabaseRecord) ProtoReflect() protoreflect.Message

func (*DatabaseRecord) Reset

func (x *DatabaseRecord) Reset()

func (*DatabaseRecord) String

func (x *DatabaseRecord) String() string

type DecryptRequest

type DecryptRequest struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Alias   string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	Request []byte `protobuf:"bytes,3,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*DecryptRequest) Descriptor deprecated

func (*DecryptRequest) Descriptor() ([]byte, []int)

Deprecated: Use DecryptRequest.ProtoReflect.Descriptor instead.

func (*DecryptRequest) GetAlias

func (x *DecryptRequest) GetAlias() string

func (*DecryptRequest) GetRequest

func (x *DecryptRequest) GetRequest() []byte

func (*DecryptRequest) GetVersion

func (x *DecryptRequest) GetVersion() uint32

func (*DecryptRequest) ProtoMessage

func (*DecryptRequest) ProtoMessage()

func (*DecryptRequest) ProtoReflect

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 {
	Response []byte `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*DecryptResponse) Descriptor deprecated

func (*DecryptResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecryptResponse.ProtoReflect.Descriptor instead.

func (*DecryptResponse) GetResponse

func (x *DecryptResponse) GetResponse() []byte

func (*DecryptResponse) ProtoMessage

func (*DecryptResponse) ProtoMessage()

func (*DecryptResponse) ProtoReflect

func (x *DecryptResponse) ProtoReflect() protoreflect.Message

func (*DecryptResponse) Reset

func (x *DecryptResponse) Reset()

func (*DecryptResponse) String

func (x *DecryptResponse) String() string

type DeleteRoleAssignments

type DeleteRoleAssignments struct {
	RoleName string   `protobuf:"bytes,1,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"`
	UserIds  []string `protobuf:"bytes,2,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRoleAssignments) Descriptor deprecated

func (*DeleteRoleAssignments) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRoleAssignments.ProtoReflect.Descriptor instead.

func (*DeleteRoleAssignments) GetRoleName

func (x *DeleteRoleAssignments) GetRoleName() string

func (*DeleteRoleAssignments) GetUserIds

func (x *DeleteRoleAssignments) GetUserIds() []string

func (*DeleteRoleAssignments) ProtoMessage

func (*DeleteRoleAssignments) ProtoMessage()

func (*DeleteRoleAssignments) ProtoReflect

func (x *DeleteRoleAssignments) ProtoReflect() protoreflect.Message

func (*DeleteRoleAssignments) Reset

func (x *DeleteRoleAssignments) Reset()

func (*DeleteRoleAssignments) String

func (x *DeleteRoleAssignments) String() string

type EncryptedGrant

type EncryptedGrant struct {
	Version       uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	EncryptedPhek []byte `protobuf:"bytes,2,opt,name=encrypted_phek,json=encryptedPhek,proto3" json:"encrypted_phek,omitempty"`
	Header        []byte `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptedGrant) Descriptor deprecated

func (*EncryptedGrant) Descriptor() ([]byte, []int)

Deprecated: Use EncryptedGrant.ProtoReflect.Descriptor instead.

func (*EncryptedGrant) GetEncryptedPhek

func (x *EncryptedGrant) GetEncryptedPhek() []byte

func (*EncryptedGrant) GetHeader

func (x *EncryptedGrant) GetHeader() []byte

func (*EncryptedGrant) GetVersion

func (x *EncryptedGrant) GetVersion() uint32

func (*EncryptedGrant) ProtoMessage

func (*EncryptedGrant) ProtoMessage()

func (*EncryptedGrant) ProtoReflect

func (x *EncryptedGrant) ProtoReflect() protoreflect.Message

func (*EncryptedGrant) Reset

func (x *EncryptedGrant) Reset()

func (*EncryptedGrant) String

func (x *EncryptedGrant) String() string

type EncryptedGrantHeader

type EncryptedGrantHeader struct {
	UserId         string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SessionId      string `protobuf:"bytes,2,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	KeyId          []byte `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	CreationDate   uint64 `protobuf:"varint,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ExpirationDate uint64 `protobuf:"varint,5,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptedGrantHeader) Descriptor deprecated

func (*EncryptedGrantHeader) Descriptor() ([]byte, []int)

Deprecated: Use EncryptedGrantHeader.ProtoReflect.Descriptor instead.

func (*EncryptedGrantHeader) GetCreationDate

func (x *EncryptedGrantHeader) GetCreationDate() uint64

func (*EncryptedGrantHeader) GetExpirationDate

func (x *EncryptedGrantHeader) GetExpirationDate() uint64

func (*EncryptedGrantHeader) GetKeyId

func (x *EncryptedGrantHeader) GetKeyId() []byte

func (*EncryptedGrantHeader) GetSessionId

func (x *EncryptedGrantHeader) GetSessionId() string

func (*EncryptedGrantHeader) GetUserId

func (x *EncryptedGrantHeader) GetUserId() string

func (*EncryptedGrantHeader) ProtoMessage

func (*EncryptedGrantHeader) ProtoMessage()

func (*EncryptedGrantHeader) ProtoReflect

func (x *EncryptedGrantHeader) ProtoReflect() protoreflect.Message

func (*EncryptedGrantHeader) Reset

func (x *EncryptedGrantHeader) Reset()

func (*EncryptedGrantHeader) String

func (x *EncryptedGrantHeader) String() string

type EnrollmentRecord

type EnrollmentRecord struct {
	Ns []byte `protobuf:"bytes,1,opt,name=ns,proto3" json:"ns,omitempty"`
	Nc []byte `protobuf:"bytes,2,opt,name=nc,proto3" json:"nc,omitempty"`
	T0 []byte `protobuf:"bytes,3,opt,name=t0,proto3" json:"t0,omitempty"`
	T1 []byte `protobuf:"bytes,4,opt,name=t1,proto3" json:"t1,omitempty"`
	// contains filtered or unexported fields
}

func (*EnrollmentRecord) Descriptor deprecated

func (*EnrollmentRecord) Descriptor() ([]byte, []int)

Deprecated: Use EnrollmentRecord.ProtoReflect.Descriptor instead.

func (*EnrollmentRecord) GetNc

func (x *EnrollmentRecord) GetNc() []byte

func (*EnrollmentRecord) GetNs

func (x *EnrollmentRecord) GetNs() []byte

func (*EnrollmentRecord) GetT0

func (x *EnrollmentRecord) GetT0() []byte

func (*EnrollmentRecord) GetT1

func (x *EnrollmentRecord) GetT1() []byte

func (*EnrollmentRecord) ProtoMessage

func (*EnrollmentRecord) ProtoMessage()

func (*EnrollmentRecord) ProtoReflect

func (x *EnrollmentRecord) ProtoReflect() protoreflect.Message

func (*EnrollmentRecord) Reset

func (x *EnrollmentRecord) Reset()

func (*EnrollmentRecord) String

func (x *EnrollmentRecord) String() string

type EnrollmentRequest

type EnrollmentRequest struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*EnrollmentRequest) Descriptor deprecated

func (*EnrollmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnrollmentRequest.ProtoReflect.Descriptor instead.

func (*EnrollmentRequest) GetVersion

func (x *EnrollmentRequest) GetVersion() uint32

func (*EnrollmentRequest) ProtoMessage

func (*EnrollmentRequest) ProtoMessage()

func (*EnrollmentRequest) ProtoReflect

func (x *EnrollmentRequest) ProtoReflect() protoreflect.Message

func (*EnrollmentRequest) Reset

func (x *EnrollmentRequest) Reset()

func (*EnrollmentRequest) String

func (x *EnrollmentRequest) String() string

type EnrollmentResponse

type EnrollmentResponse struct {
	Version  uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Response []byte `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*EnrollmentResponse) Descriptor deprecated

func (*EnrollmentResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnrollmentResponse.ProtoReflect.Descriptor instead.

func (*EnrollmentResponse) GetResponse

func (x *EnrollmentResponse) GetResponse() []byte

func (*EnrollmentResponse) GetVersion

func (x *EnrollmentResponse) GetVersion() uint32

func (*EnrollmentResponse) ProtoMessage

func (*EnrollmentResponse) ProtoMessage()

func (*EnrollmentResponse) ProtoReflect

func (x *EnrollmentResponse) ProtoReflect() protoreflect.Message

func (*EnrollmentResponse) Reset

func (x *EnrollmentResponse) Reset()

func (*EnrollmentResponse) String

func (x *EnrollmentResponse) String() string

type GetRoleAssignment

type GetRoleAssignment struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoleName string `protobuf:"bytes,2,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoleAssignment) Descriptor deprecated

func (*GetRoleAssignment) Descriptor() ([]byte, []int)

Deprecated: Use GetRoleAssignment.ProtoReflect.Descriptor instead.

func (*GetRoleAssignment) GetRoleName

func (x *GetRoleAssignment) GetRoleName() string

func (*GetRoleAssignment) GetUserId

func (x *GetRoleAssignment) GetUserId() string

func (*GetRoleAssignment) ProtoMessage

func (*GetRoleAssignment) ProtoMessage()

func (*GetRoleAssignment) ProtoReflect

func (x *GetRoleAssignment) ProtoReflect() protoreflect.Message

func (*GetRoleAssignment) Reset

func (x *GetRoleAssignment) Reset()

func (*GetRoleAssignment) String

func (x *GetRoleAssignment) String() string

type GetRoleAssignments

type GetRoleAssignments struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoleAssignments) Descriptor deprecated

func (*GetRoleAssignments) Descriptor() ([]byte, []int)

Deprecated: Use GetRoleAssignments.ProtoReflect.Descriptor instead.

func (*GetRoleAssignments) GetUserId

func (x *GetRoleAssignments) GetUserId() string

func (*GetRoleAssignments) ProtoMessage

func (*GetRoleAssignments) ProtoMessage()

func (*GetRoleAssignments) ProtoReflect

func (x *GetRoleAssignments) ProtoReflect() protoreflect.Message

func (*GetRoleAssignments) Reset

func (x *GetRoleAssignments) Reset()

func (*GetRoleAssignments) String

func (x *GetRoleAssignments) String() string

type GetRoles

type GetRoles struct {
	RoleNames []string `protobuf:"bytes,1,rep,name=role_names,json=roleNames,proto3" json:"role_names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoles) Descriptor deprecated

func (*GetRoles) Descriptor() ([]byte, []int)

Deprecated: Use GetRoles.ProtoReflect.Descriptor instead.

func (*GetRoles) GetRoleNames

func (x *GetRoles) GetRoleNames() []string

func (*GetRoles) ProtoMessage

func (*GetRoles) ProtoMessage()

func (*GetRoles) ProtoReflect

func (x *GetRoles) ProtoReflect() protoreflect.Message

func (*GetRoles) Reset

func (x *GetRoles) Reset()

func (*GetRoles) String

func (x *GetRoles) String() string

type GetUserRecords

type GetUserRecords struct {
	UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRecords) Descriptor deprecated

func (*GetUserRecords) Descriptor() ([]byte, []int)

Deprecated: Use GetUserRecords.ProtoReflect.Descriptor instead.

func (*GetUserRecords) GetUserIds

func (x *GetUserRecords) GetUserIds() []string

func (*GetUserRecords) ProtoMessage

func (*GetUserRecords) ProtoMessage()

func (*GetUserRecords) ProtoReflect

func (x *GetUserRecords) ProtoReflect() protoreflect.Message

func (*GetUserRecords) Reset

func (x *GetUserRecords) Reset()

func (*GetUserRecords) String

func (x *GetUserRecords) String() string

type GrantKey

type GrantKey struct {
	Version               uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	GrantKeySigned        []byte `protobuf:"bytes,2,opt,name=grant_key_signed,json=grantKeySigned,proto3" json:"grant_key_signed,omitempty"`
	Signature             []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	RecordVersion         uint32 `protobuf:"varint,4,opt,name=record_version,json=recordVersion,proto3" json:"record_version,omitempty"`
	EncryptedGrantKeyWrap []byte `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GrantKey) Descriptor deprecated

func (*GrantKey) Descriptor() ([]byte, []int)

Deprecated: Use GrantKey.ProtoReflect.Descriptor instead.

func (*GrantKey) GetEncryptedGrantKeyWrap

func (x *GrantKey) GetEncryptedGrantKeyWrap() []byte

func (*GrantKey) GetGrantKeySigned

func (x *GrantKey) GetGrantKeySigned() []byte

func (*GrantKey) GetRecordVersion

func (x *GrantKey) GetRecordVersion() uint32

func (*GrantKey) GetSignature

func (x *GrantKey) GetSignature() []byte

func (*GrantKey) GetVersion

func (x *GrantKey) GetVersion() uint32

func (*GrantKey) ProtoMessage

func (*GrantKey) ProtoMessage()

func (*GrantKey) ProtoReflect

func (x *GrantKey) ProtoReflect() protoreflect.Message

func (*GrantKey) Reset

func (x *GrantKey) Reset()

func (*GrantKey) String

func (x *GrantKey) String() string

type GrantKeyDescriptor

type GrantKeyDescriptor struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyId  []byte `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantKeyDescriptor) Descriptor deprecated

func (*GrantKeyDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use GrantKeyDescriptor.ProtoReflect.Descriptor instead.

func (*GrantKeyDescriptor) GetKeyId

func (x *GrantKeyDescriptor) GetKeyId() []byte

func (*GrantKeyDescriptor) GetUserId

func (x *GrantKeyDescriptor) GetUserId() string

func (*GrantKeyDescriptor) ProtoMessage

func (*GrantKeyDescriptor) ProtoMessage()

func (*GrantKeyDescriptor) ProtoReflect

func (x *GrantKeyDescriptor) ProtoReflect() protoreflect.Message

func (*GrantKeyDescriptor) Reset

func (x *GrantKeyDescriptor) Reset()

func (*GrantKeyDescriptor) String

func (x *GrantKeyDescriptor) String() string

type GrantKeySigned

type GrantKeySigned struct {
	Version               uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	UserId                string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyId                 []byte `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	EncryptedGrantKeyBlob []byte `` /* 128-byte string literal not displayed */
	CreationDate          uint64 `protobuf:"varint,5,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ExpirationDate        uint64 `protobuf:"varint,6,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantKeySigned) Descriptor deprecated

func (*GrantKeySigned) Descriptor() ([]byte, []int)

Deprecated: Use GrantKeySigned.ProtoReflect.Descriptor instead.

func (*GrantKeySigned) GetCreationDate

func (x *GrantKeySigned) GetCreationDate() uint64

func (*GrantKeySigned) GetEncryptedGrantKeyBlob

func (x *GrantKeySigned) GetEncryptedGrantKeyBlob() []byte

func (*GrantKeySigned) GetExpirationDate

func (x *GrantKeySigned) GetExpirationDate() uint64

func (*GrantKeySigned) GetKeyId

func (x *GrantKeySigned) GetKeyId() []byte

func (*GrantKeySigned) GetUserId

func (x *GrantKeySigned) GetUserId() string

func (*GrantKeySigned) GetVersion

func (x *GrantKeySigned) GetVersion() uint32

func (*GrantKeySigned) ProtoMessage

func (*GrantKeySigned) ProtoMessage()

func (*GrantKeySigned) ProtoReflect

func (x *GrantKeySigned) ProtoReflect() protoreflect.Message

func (*GrantKeySigned) Reset

func (x *GrantKeySigned) Reset()

func (*GrantKeySigned) String

func (x *GrantKeySigned) String() string

type HttpError

type HttpError struct {
	Code    uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpError) Descriptor deprecated

func (*HttpError) Descriptor() ([]byte, []int)

Deprecated: Use HttpError.ProtoReflect.Descriptor instead.

func (*HttpError) Error

func (m *HttpError) Error() string

func (*HttpError) GetCode

func (x *HttpError) GetCode() uint32

func (*HttpError) GetMessage

func (x *HttpError) GetMessage() string

func (*HttpError) ProtoMessage

func (*HttpError) ProtoMessage()

func (*HttpError) ProtoReflect

func (x *HttpError) ProtoReflect() protoreflect.Message

func (*HttpError) Reset

func (x *HttpError) Reset()

func (*HttpError) String

func (x *HttpError) String() string

type Role

type Role struct {
	Version    uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	RoleSigned []byte `protobuf:"bytes,2,opt,name=role_signed,json=roleSigned,proto3" json:"role_signed,omitempty"`
	Signature  []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*Role) Descriptor deprecated

func (*Role) Descriptor() ([]byte, []int)

Deprecated: Use Role.ProtoReflect.Descriptor instead.

func (*Role) GetRoleSigned

func (x *Role) GetRoleSigned() []byte

func (*Role) GetSignature

func (x *Role) GetSignature() []byte

func (*Role) GetVersion

func (x *Role) GetVersion() uint32

func (*Role) ProtoMessage

func (*Role) ProtoMessage()

func (*Role) ProtoReflect

func (x *Role) ProtoReflect() protoreflect.Message

func (*Role) Reset

func (x *Role) Reset()

func (*Role) String

func (x *Role) String() string

type RoleAssignment

type RoleAssignment struct {
	Version              uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	RoleAssignmentSigned []byte `protobuf:"bytes,2,opt,name=role_assignment_signed,json=roleAssignmentSigned,proto3" json:"role_assignment_signed,omitempty"`
	Signature            []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleAssignment) Descriptor deprecated

func (*RoleAssignment) Descriptor() ([]byte, []int)

Deprecated: Use RoleAssignment.ProtoReflect.Descriptor instead.

func (*RoleAssignment) GetRoleAssignmentSigned

func (x *RoleAssignment) GetRoleAssignmentSigned() []byte

func (*RoleAssignment) GetSignature

func (x *RoleAssignment) GetSignature() []byte

func (*RoleAssignment) GetVersion

func (x *RoleAssignment) GetVersion() uint32

func (*RoleAssignment) ProtoMessage

func (*RoleAssignment) ProtoMessage()

func (*RoleAssignment) ProtoReflect

func (x *RoleAssignment) ProtoReflect() protoreflect.Message

func (*RoleAssignment) Reset

func (x *RoleAssignment) Reset()

func (*RoleAssignment) String

func (x *RoleAssignment) String() string

type RoleAssignmentSigned

type RoleAssignmentSigned struct {
	Version      uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	RoleName     string `protobuf:"bytes,2,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"`
	UserId       string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PublicKeyId  []byte `protobuf:"bytes,4,opt,name=public_key_id,json=publicKeyId,proto3" json:"public_key_id,omitempty"`
	EncryptedRsk []byte `protobuf:"bytes,5,opt,name=encrypted_rsk,json=encryptedRsk,proto3" json:"encrypted_rsk,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleAssignmentSigned) Descriptor deprecated

func (*RoleAssignmentSigned) Descriptor() ([]byte, []int)

Deprecated: Use RoleAssignmentSigned.ProtoReflect.Descriptor instead.

func (*RoleAssignmentSigned) GetEncryptedRsk

func (x *RoleAssignmentSigned) GetEncryptedRsk() []byte

func (*RoleAssignmentSigned) GetPublicKeyId

func (x *RoleAssignmentSigned) GetPublicKeyId() []byte

func (*RoleAssignmentSigned) GetRoleName

func (x *RoleAssignmentSigned) GetRoleName() string

func (*RoleAssignmentSigned) GetUserId

func (x *RoleAssignmentSigned) GetUserId() string

func (*RoleAssignmentSigned) GetVersion

func (x *RoleAssignmentSigned) GetVersion() uint32

func (*RoleAssignmentSigned) ProtoMessage

func (*RoleAssignmentSigned) ProtoMessage()

func (*RoleAssignmentSigned) ProtoReflect

func (x *RoleAssignmentSigned) ProtoReflect() protoreflect.Message

func (*RoleAssignmentSigned) Reset

func (x *RoleAssignmentSigned) Reset()

func (*RoleAssignmentSigned) String

func (x *RoleAssignmentSigned) String() string

type RoleAssignments

type RoleAssignments struct {
	RoleAssignments []*RoleAssignment `protobuf:"bytes,1,rep,name=role_assignments,json=roleAssignments,proto3" json:"role_assignments,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleAssignments) Descriptor deprecated

func (*RoleAssignments) Descriptor() ([]byte, []int)

Deprecated: Use RoleAssignments.ProtoReflect.Descriptor instead.

func (*RoleAssignments) GetRoleAssignments

func (x *RoleAssignments) GetRoleAssignments() []*RoleAssignment

func (*RoleAssignments) ProtoMessage

func (*RoleAssignments) ProtoMessage()

func (*RoleAssignments) ProtoReflect

func (x *RoleAssignments) ProtoReflect() protoreflect.Message

func (*RoleAssignments) Reset

func (x *RoleAssignments) Reset()

func (*RoleAssignments) String

func (x *RoleAssignments) String() string

type RoleSigned

type RoleSigned struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Rpk     []byte `protobuf:"bytes,3,opt,name=rpk,proto3" json:"rpk,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleSigned) Descriptor deprecated

func (*RoleSigned) Descriptor() ([]byte, []int)

Deprecated: Use RoleSigned.ProtoReflect.Descriptor instead.

func (*RoleSigned) GetName

func (x *RoleSigned) GetName() string

func (*RoleSigned) GetRpk

func (x *RoleSigned) GetRpk() []byte

func (*RoleSigned) GetVersion

func (x *RoleSigned) GetVersion() uint32

func (*RoleSigned) ProtoMessage

func (*RoleSigned) ProtoMessage()

func (*RoleSigned) ProtoReflect

func (x *RoleSigned) ProtoReflect() protoreflect.Message

func (*RoleSigned) Reset

func (x *RoleSigned) Reset()

func (*RoleSigned) String

func (x *RoleSigned) String() string

type Roles

type Roles struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*Roles) Descriptor deprecated

func (*Roles) Descriptor() ([]byte, []int)

Deprecated: Use Roles.ProtoReflect.Descriptor instead.

func (*Roles) GetRoles

func (x *Roles) GetRoles() []*Role

func (*Roles) ProtoMessage

func (*Roles) ProtoMessage()

func (*Roles) ProtoReflect

func (x *Roles) ProtoReflect() protoreflect.Message

func (*Roles) Reset

func (x *Roles) Reset()

func (*Roles) String

func (x *Roles) String() string

type UserIdAndDataIdRequest

type UserIdAndDataIdRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DataId string `protobuf:"bytes,2,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserIdAndDataIdRequest) Descriptor deprecated

func (*UserIdAndDataIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use UserIdAndDataIdRequest.ProtoReflect.Descriptor instead.

func (*UserIdAndDataIdRequest) GetDataId

func (x *UserIdAndDataIdRequest) GetDataId() string

func (*UserIdAndDataIdRequest) GetUserId

func (x *UserIdAndDataIdRequest) GetUserId() string

func (*UserIdAndDataIdRequest) ProtoMessage

func (*UserIdAndDataIdRequest) ProtoMessage()

func (*UserIdAndDataIdRequest) ProtoReflect

func (x *UserIdAndDataIdRequest) ProtoReflect() protoreflect.Message

func (*UserIdAndDataIdRequest) Reset

func (x *UserIdAndDataIdRequest) Reset()

func (*UserIdAndDataIdRequest) String

func (x *UserIdAndDataIdRequest) String() string

type UserIdRequest

type UserIdRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserIdRequest) Descriptor deprecated

func (*UserIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use UserIdRequest.ProtoReflect.Descriptor instead.

func (*UserIdRequest) GetUserId

func (x *UserIdRequest) GetUserId() string

func (*UserIdRequest) ProtoMessage

func (*UserIdRequest) ProtoMessage()

func (*UserIdRequest) ProtoReflect

func (x *UserIdRequest) ProtoReflect() protoreflect.Message

func (*UserIdRequest) Reset

func (x *UserIdRequest) Reset()

func (*UserIdRequest) String

func (x *UserIdRequest) String() string

type UserRecord

type UserRecord struct {
	Version              uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	UserRecordSigned     []byte `protobuf:"bytes,2,opt,name=user_record_signed,json=userRecordSigned,proto3" json:"user_record_signed,omitempty"`
	Signature            []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	PheRecordT0          []byte `protobuf:"bytes,4,opt,name=phe_record_t0,json=pheRecordT0,proto3" json:"phe_record_t0,omitempty"`
	PheRecordT1          []byte `protobuf:"bytes,5,opt,name=phe_record_t1,json=pheRecordT1,proto3" json:"phe_record_t1,omitempty"`
	RecordVersion        uint32 `protobuf:"varint,6,opt,name=record_version,json=recordVersion,proto3" json:"record_version,omitempty"`
	PasswordRecoveryWrap []byte `protobuf:"bytes,7,opt,name=password_recovery_wrap,json=passwordRecoveryWrap,proto3" json:"password_recovery_wrap,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRecord) Descriptor deprecated

func (*UserRecord) Descriptor() ([]byte, []int)

Deprecated: Use UserRecord.ProtoReflect.Descriptor instead.

func (*UserRecord) GetPasswordRecoveryWrap

func (x *UserRecord) GetPasswordRecoveryWrap() []byte

func (*UserRecord) GetPheRecordT0

func (x *UserRecord) GetPheRecordT0() []byte

func (*UserRecord) GetPheRecordT1

func (x *UserRecord) GetPheRecordT1() []byte

func (*UserRecord) GetRecordVersion

func (x *UserRecord) GetRecordVersion() uint32

func (*UserRecord) GetSignature

func (x *UserRecord) GetSignature() []byte

func (*UserRecord) GetUserRecordSigned

func (x *UserRecord) GetUserRecordSigned() []byte

func (*UserRecord) GetVersion

func (x *UserRecord) GetVersion() uint32

func (*UserRecord) ProtoMessage

func (*UserRecord) ProtoMessage()

func (*UserRecord) ProtoReflect

func (x *UserRecord) ProtoReflect() protoreflect.Message

func (*UserRecord) Reset

func (x *UserRecord) Reset()

func (*UserRecord) String

func (x *UserRecord) String() string

type UserRecordSigned

type UserRecordSigned struct {
	Version              uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	UserId               string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PheRecordNs          []byte `protobuf:"bytes,3,opt,name=phe_record_ns,json=pheRecordNs,proto3" json:"phe_record_ns,omitempty"`
	PheRecordNc          []byte `protobuf:"bytes,4,opt,name=phe_record_nc,json=pheRecordNc,proto3" json:"phe_record_nc,omitempty"`
	Upk                  []byte `protobuf:"bytes,5,opt,name=upk,proto3" json:"upk,omitempty"`
	EncryptedUsk         []byte `protobuf:"bytes,6,opt,name=encrypted_usk,json=encryptedUsk,proto3" json:"encrypted_usk,omitempty"`
	EncryptedUskBackup   []byte `protobuf:"bytes,7,opt,name=encrypted_usk_backup,json=encryptedUskBackup,proto3" json:"encrypted_usk_backup,omitempty"`
	BackupPwdHash        []byte `protobuf:"bytes,8,opt,name=backup_pwd_hash,json=backupPwdHash,proto3" json:"backup_pwd_hash,omitempty"`
	PasswordRecoveryBlob []byte `protobuf:"bytes,9,opt,name=password_recovery_blob,json=passwordRecoveryBlob,proto3" json:"password_recovery_blob,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRecordSigned) Descriptor deprecated

func (*UserRecordSigned) Descriptor() ([]byte, []int)

Deprecated: Use UserRecordSigned.ProtoReflect.Descriptor instead.

func (*UserRecordSigned) GetBackupPwdHash

func (x *UserRecordSigned) GetBackupPwdHash() []byte

func (*UserRecordSigned) GetEncryptedUsk

func (x *UserRecordSigned) GetEncryptedUsk() []byte

func (*UserRecordSigned) GetEncryptedUskBackup

func (x *UserRecordSigned) GetEncryptedUskBackup() []byte

func (*UserRecordSigned) GetPasswordRecoveryBlob

func (x *UserRecordSigned) GetPasswordRecoveryBlob() []byte

func (*UserRecordSigned) GetPheRecordNc

func (x *UserRecordSigned) GetPheRecordNc() []byte

func (*UserRecordSigned) GetPheRecordNs

func (x *UserRecordSigned) GetPheRecordNs() []byte

func (*UserRecordSigned) GetUpk

func (x *UserRecordSigned) GetUpk() []byte

func (*UserRecordSigned) GetUserId

func (x *UserRecordSigned) GetUserId() string

func (*UserRecordSigned) GetVersion

func (x *UserRecordSigned) GetVersion() uint32

func (*UserRecordSigned) ProtoMessage

func (*UserRecordSigned) ProtoMessage()

func (*UserRecordSigned) ProtoReflect

func (x *UserRecordSigned) ProtoReflect() protoreflect.Message

func (*UserRecordSigned) Reset

func (x *UserRecordSigned) Reset()

func (*UserRecordSigned) String

func (x *UserRecordSigned) String() string

type UserRecords

type UserRecords struct {
	UserRecords []*UserRecord `protobuf:"bytes,1,rep,name=user_records,json=userRecords,proto3" json:"user_records,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRecords) Descriptor deprecated

func (*UserRecords) Descriptor() ([]byte, []int)

Deprecated: Use UserRecords.ProtoReflect.Descriptor instead.

func (*UserRecords) GetUserRecords

func (x *UserRecords) GetUserRecords() []*UserRecord

func (*UserRecords) ProtoMessage

func (*UserRecords) ProtoMessage()

func (*UserRecords) ProtoReflect

func (x *UserRecords) ProtoReflect() protoreflect.Message

func (*UserRecords) Reset

func (x *UserRecords) Reset()

func (*UserRecords) String

func (x *UserRecords) String() string

type VerifyPasswordRequest

type VerifyPasswordRequest struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Request []byte `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyPasswordRequest) Descriptor deprecated

func (*VerifyPasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyPasswordRequest.ProtoReflect.Descriptor instead.

func (*VerifyPasswordRequest) GetRequest

func (x *VerifyPasswordRequest) GetRequest() []byte

func (*VerifyPasswordRequest) GetVersion

func (x *VerifyPasswordRequest) GetVersion() uint32

func (*VerifyPasswordRequest) ProtoMessage

func (*VerifyPasswordRequest) ProtoMessage()

func (*VerifyPasswordRequest) ProtoReflect

func (x *VerifyPasswordRequest) ProtoReflect() protoreflect.Message

func (*VerifyPasswordRequest) Reset

func (x *VerifyPasswordRequest) Reset()

func (*VerifyPasswordRequest) String

func (x *VerifyPasswordRequest) String() string

type VerifyPasswordResponse

type VerifyPasswordResponse struct {
	Response []byte `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyPasswordResponse) Descriptor deprecated

func (*VerifyPasswordResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyPasswordResponse.ProtoReflect.Descriptor instead.

func (*VerifyPasswordResponse) GetResponse

func (x *VerifyPasswordResponse) GetResponse() []byte

func (*VerifyPasswordResponse) ProtoMessage

func (*VerifyPasswordResponse) ProtoMessage()

func (*VerifyPasswordResponse) ProtoReflect

func (x *VerifyPasswordResponse) ProtoReflect() protoreflect.Message

func (*VerifyPasswordResponse) Reset

func (x *VerifyPasswordResponse) Reset()

func (*VerifyPasswordResponse) String

func (x *VerifyPasswordResponse) String() string

type VersionedUpdateToken

type VersionedUpdateToken struct {
	Version     uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	UpdateToken []byte `protobuf:"bytes,2,opt,name=update_token,json=updateToken,proto3" json:"update_token,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionedUpdateToken) Descriptor deprecated

func (*VersionedUpdateToken) Descriptor() ([]byte, []int)

Deprecated: Use VersionedUpdateToken.ProtoReflect.Descriptor instead.

func (*VersionedUpdateToken) GetUpdateToken

func (x *VersionedUpdateToken) GetUpdateToken() []byte

func (*VersionedUpdateToken) GetVersion

func (x *VersionedUpdateToken) GetVersion() uint32

func (*VersionedUpdateToken) ProtoMessage

func (*VersionedUpdateToken) ProtoMessage()

func (*VersionedUpdateToken) ProtoReflect

func (x *VersionedUpdateToken) ProtoReflect() protoreflect.Message

func (*VersionedUpdateToken) Reset

func (x *VersionedUpdateToken) Reset()

func (*VersionedUpdateToken) String

func (x *VersionedUpdateToken) String() string

Jump to

Keyboard shortcuts

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