Module identity

Source
Expand description

Identity providers to use with ClientBuilder.

Modules§

basic
Basic credential identity provider.
x509
X.509 certificate identity provider.

Structs§

CredentialType
Wrapper type representing a credential type identifier along with default values defined by the MLS RFC.
CustomCredential
Custom user created credential type.
SigningIdentity
MLS group member identity represented as a combination of a public SignaturePublicKey and Credential.

Enums§

Credential
A MLS credential used to authenticate a group member.

Traits§

MlsCredential
Trait that provides a conversion between an underlying credential type and the Credential enum.