web_authn_lite v0.4.0 WebAuthnLite.CredentialPublicKey.RS256

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %WebAuthnLite.CredentialPublicKey.RS256{
  digest_type: atom(),
  json: String.t(),
  key: term(),
  map: map()
}

Link to this section Functions

Link to this function from_cbor_map(cbor_map)
from_cbor_map(map()) :: t()
Link to this function from_jwk(jwk)
from_jwk(jwk :: JOSE.JWK.t()) :: t()