Expand description
Types and traits dealing with identity across the Internet Computer.
Structs§
- The anonymous identity.
- A Basic Identity which sign using an ED25519 key pair.
- An identity that has been delegated the authority to authenticate as a different principal.
- A delegation from one key to another.
- A cryptographic identity based on the Prime256v1 elliptic curve.
- A cryptographic identity based on the Secp256k1 elliptic curve.
- A cryptographic signature, signed by an Identity.
- A
Delegation
that has been signed by anIdentity
.
Enums§
- An error happened while reading a PEM file.
Traits§
- An
Identity
producesSignatures
for requests or delegations. It knows or represents thePrincipal
of the sender.