Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getSerialNumber :: X509 -> IO IntegerHsOpenSSL OpenSSL.X509 getSerialNumber cert returns the serial number of certificate.
setSerialNumber :: X509 -> Integer -> IO ()HsOpenSSL OpenSSL.X509 setSerialNumber cert num updates the serial number of certificate.
revSerialNumber :: RevokedCertificate -> IntegerHsOpenSSL OpenSSL.X509.Revocation No documentation available.
-
word8 Data.Char8 No documentation available.
-
word8 Data.Char8 No documentation available.
-
word8 Data.Word8 No documentation available.
-
word8 Data.Word8 No documentation available.
-
word8 Data.Word8 No documentation available.
revokedSerialNumber :: RevokedCertificate -> Integercrypton-x509 Data.X509 No documentation available.
-
diagrams-lib Diagrams.Prelude This isomorphism can be used to convert to or from an instance of Enum.
>>> LT^.from enum 0
>>> 97^.enum :: Char 'a'
Note: this is only an isomorphism from the numeric range actually used and it is a bit of a pleasant fiction, since there are questionable Enum instances for Double, and Float that exist solely for [1.0 .. 4.0] sugar and the instances for those and Integer don't cover all values in their range.