Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Smith certificate authority data types.
Documentation
newtype AuthorityPublicKey Source #
Instances
Eq AuthorityPublicKey Source # | |
Defined in Smith.Client.Data.CertificateAuthority (==) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # (/=) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # | |
Ord AuthorityPublicKey Source # | |
Defined in Smith.Client.Data.CertificateAuthority compare :: AuthorityPublicKey -> AuthorityPublicKey -> Ordering # (<) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # (<=) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # (>) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # (>=) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # max :: AuthorityPublicKey -> AuthorityPublicKey -> AuthorityPublicKey # min :: AuthorityPublicKey -> AuthorityPublicKey -> AuthorityPublicKey # | |
Show AuthorityPublicKey Source # | |
Defined in Smith.Client.Data.CertificateAuthority showsPrec :: Int -> AuthorityPublicKey -> ShowS # show :: AuthorityPublicKey -> String # showList :: [AuthorityPublicKey] -> ShowS # |