Module mls_rs_core::identity
source · Structs
- Bare assertion of an identity without any additional information.
- A chain of
DerCertificatethat is ordered from leaf to root. - Wrapper type representing a credential type identifier along with default values defined by the MLS RFC.
- Custom user created credential type.
- X.509 certificate in DER format.
- Customizable identity warning returned by an
IdentityProvider. - MLS group member identity represented as a combination of a public
SignaturePublicKeyandCredential.
Enums
- A MLS credential used to authenticate a group member.
Traits
- Identity system that can be used to validate a
SigningIdentity - Trait that provides a conversion between an underlying credential type and the
Credentialenum.