View Source
hex_registry
(hex_core v0.10.1)
Functions for encoding and decoding Hex registries.
Summary
Builds versions resource.
Unpacks package resource.
Unpacks versions resource.
Types
-type private_key() ::
#'RSAPrivateKey'{version :: term(),
modulus :: term(),
publicExponent :: term(),
privateExponent :: term(),
prime1 :: term(),
prime2 :: term(),
exponent1 :: term(),
exponent2 :: term(),
coefficient :: term(),
otherPrimeInfos :: term()} |
binary().
-type public_key() :: #'RSAPublicKey'{modulus :: term(), publicExponent :: term()} | binary().
Functions
Builds versions resource.
Unpacks package resource.
Unpacks versions resource.