Structs§
- Basic
Credential - Bare assertion of an identity without any additional information.
- Certificate
Chain - A chain of
DerCertificate
that is ordered from leaf to root. - Credential
Type - Wrapper type representing a credential type identifier along with default values defined by the MLS RFC.
- Custom
Credential - Custom user created credential type.
- DerCertificate
- X.509 certificate in DER format.
- Signing
Identity - MLS group member identity represented as a combination of a
public
SignaturePublicKey
andCredential
.
Enums§
- Credential
- A MLS credential used to authenticate a group member.
- Member
Validation Context
Traits§
- Identity
Provider - Identity system that can be used to validate a
SigningIdentity
- MlsCredential
- Trait that provides a conversion between an underlying credential type and
the
Credential
enum.