Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Smith.Client.Data.CertificateAuthority
Description
Smith certificate authority data types.
Documentation
newtype AuthorityPublicKey Source #
Constructors
AuthorityPublicKey | |
Fields |
Instances
Eq AuthorityPublicKey Source # | |
Defined in Smith.Client.Data.CertificateAuthority Methods (==) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # (/=) :: AuthorityPublicKey -> AuthorityPublicKey -> Bool # | |
Ord AuthorityPublicKey Source # | |
Defined in Smith.Client.Data.CertificateAuthority Methods 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 Methods showsPrec :: Int -> AuthorityPublicKey -> ShowS # show :: AuthorityPublicKey -> String # showList :: [AuthorityPublicKey] -> ShowS # |