webauthn-0.10.0.0: Relying party (server) implementation of the WebAuthn 2 specification
Stabilityinternal
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crypto.WebAuthn.Internal.ToJSONOrphans

Description

This module contain some useful orphan ToJSON instances for pretty-printing values from third-party libraries

Synopsis

Documentation

newtype PrettyHexByteString Source #

This type holds a bytestring and has no restrictions to its contents. Its main purpose is to simplify debugging: its ToJSON and Show instances convert it to base16 (hexadecimal).

Orphan instances

ToJSON CurveName Source # 
Instance details

ToJSON Certificate Source # 
Instance details

ToJSON DistinguishedName Source # 
Instance details

ToJSON ExtensionRaw Source # 
Instance details

ToJSON Extensions Source # 
Instance details

ToJSON FailedReason Source # 
Instance details

ToJSON Date Source # 
Instance details

ToJSON DateTime Source # 
Instance details

ToJSON (Digest h) Source # 
Instance details

(Eq a, Show a, ASN1Object a, ToJSON a) => ToJSON (SignedExact a) Source # 
Instance details