Enum ockam_entity::IdentityRequest[][src]

pub enum IdentityRequest {
Show 22 variants CreateProfile(Address), CreateAuthenticationProof(IdByteVec), CreateKey(IdString), GetProfilePublicKey(Id), GetProfileSecretKey(Id), GetPublicKey(IdString), GetSecretKey(IdString), GetChanges(Id), GetContacts(Id), GetContact(IdId), RotateKey(Id), AddChange(IdProfileChangeEvent), VerifyAuthenticationProof(IdByteVecIdAuthenticationProof), VerifyChanges(Id), VerifyAndAddContact(IdContact), VerifyContact(IdContact), VerifyAndUpdateContact(IdIdChanges), RemoveProfile(Id), CreateSecureChannelListener(IdAddressAddress), CreateSecureChannel(IdRouteAddress), GetLease(RouteIdStringStringTTL), RevokeLease(RouteIdLease),
}

Variants

CreateProfile(Address)

Tuple Fields of CreateProfile

0: Address
CreateAuthenticationProof(IdByteVec)

Tuple Fields of CreateAuthenticationProof

0: Id1: ByteVec
CreateKey(IdString)

Tuple Fields of CreateKey

0: Id1: String
GetProfilePublicKey(Id)

Tuple Fields of GetProfilePublicKey

0: Id
GetProfileSecretKey(Id)

Tuple Fields of GetProfileSecretKey

0: Id
GetPublicKey(IdString)

Tuple Fields of GetPublicKey

0: Id1: String
GetSecretKey(IdString)

Tuple Fields of GetSecretKey

0: Id1: String
GetChanges(Id)

Tuple Fields of GetChanges

0: Id
GetContacts(Id)

Tuple Fields of GetContacts

0: Id
GetContact(IdId)

Tuple Fields of GetContact

0: Id1: Id
RotateKey(Id)

Tuple Fields of RotateKey

0: Id
AddChange(IdProfileChangeEvent)

Tuple Fields of AddChange

0: Id1: ProfileChangeEvent
VerifyAuthenticationProof(IdByteVecIdAuthenticationProof)

Tuple Fields of VerifyAuthenticationProof

0: Id1: ByteVec2: Id3: AuthenticationProof
VerifyChanges(Id)

Tuple Fields of VerifyChanges

0: Id
VerifyAndAddContact(IdContact)

Tuple Fields of VerifyAndAddContact

0: Id1: Contact
VerifyContact(IdContact)

Tuple Fields of VerifyContact

0: Id1: Contact
VerifyAndUpdateContact(IdIdChanges)

Tuple Fields of VerifyAndUpdateContact

0: Id1: Id2: Changes
RemoveProfile(Id)

Tuple Fields of RemoveProfile

0: Id
CreateSecureChannelListener(IdAddressAddress)

Tuple Fields of CreateSecureChannelListener

0: Id1: Address2: Address
CreateSecureChannel(IdRouteAddress)

Tuple Fields of CreateSecureChannel

0: Id1: Route2: Address
GetLease(RouteIdStringStringTTL)

Tuple Fields of GetLease

0: Route1: Id2: String3: String4: TTL
RevokeLease(RouteIdLease)

Tuple Fields of RevokeLease

0: Route1: Id2: Lease

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Try cloning a object and return an Err in case of failure.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Decode a slice.

Encode the type into an Encoded type.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more