certificate-1.3.2: Certificates and Key Reader/Writer

LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell98

Data.Certificate.KeyRSA

Description

Read/Write Private/Public RSA Key

Synopsis

Documentation

parse_RSA :: ByteString -> Either String PublicKey Source

parse a RSA pubkeys from ASN1 encoded bits. - return RSA.PublicKey (len-modulus, modulus, e) if successful