hoplon v0.3.3 Hoplon.Crypto.Records View Source

Link to this section Summary

Link to this section Types

Link to this type

rsa_private_key() View Source
rsa_private_key() ::
  {:RSAPrivateKey, :"two-prime", integer(), integer(), integer(),
   :"?" | integer(), :"?" | integer(), :"?" | integer(), :"?" | integer(),
   :"?" | integer(), :asn1_NOVALUE}

Link to this type

rsa_public_key() View Source
rsa_public_key() :: {:RSAPublicKey, integer(), integer()}

Link to this section Functions

Link to this macro

rsa_private_key(args \\ []) View Source (macro)

Link to this macro

rsa_private_key(record, args) View Source (macro)

Link to this macro

rsa_public_key(args \\ []) View Source (macro)

Link to this macro

rsa_public_key(record, args) View Source (macro)