Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
-
HsOpenSSL OpenSSL.EVP.Internal Instances of class PKey can be converted back and forth to VaguePKey.
-
An interface to asymmetric cipher keypair.
class (Eq k, Typeable k, PKey k) =>
PublicKey kHsOpenSSL OpenSSL.EVP.PKey Instances of this class has at least public portion of a keypair. They might or might not have the private key.
-
An interface to PEM routines.
type
PemPasswordCallback = Int -> PemPasswordRWState -> IO StringHsOpenSSL OpenSSL.PEM PemPasswordCallback represents a callback function to supply a password.
- Int The maximum length of the password to be accepted.
- PemPasswordRWState The context.
- IO String The resulting password.
-
HsOpenSSL OpenSSL.PEM PemPasswordRWState represents a context of PemPasswordCallback.
-
HsOpenSSL OpenSSL.PEM PemPasswordSupply represents a way to supply password. FIXME: using PwTTY causes an error but I don't know why: "error:0906406D:PEM routines:DEF_CALLBACK:problems getting password"
-
HsOpenSSL OpenSSL.PEM PemX509ReqFormat represents format of PKCS#10 certificate request.
PwBS :: ByteString -> PemPasswordSupplyHsOpenSSL OpenSSL.PEM password in a static bytestring.