Package | Description |
---|---|
com.tinfoilsms.crypto | |
com.tinfoilsms.test |
Class and Description |
---|
APrioriInfo
Information communicated by both parties involved in the key exchange before
the actual key exchange takes place (a priori), contains the a priori shared
information S1 & S2 that users have agreed upon before initiating the exchange
|
ECKeyParam
A class which acts as a wrapper for the Elliptic Curve specifications
(ECParamSpec) and domain parameters (ECDomainParameters) making it
easier to simply define one object that can be used to specify the
parameters of the Elliptic Curve Asymmetric keys.
|
Class and Description |
---|
APrioriInfo
Information communicated by both parties involved in the key exchange before
the actual key exchange takes place (a priori), contains the a priori shared
information S1 & S2 that users have agreed upon before initiating the exchange
|
ECEngine
A wrapper class that simplifies the creation of the IESEngine and all of
the parameters needed for using the IESEngine such as the block cipher mode,
block cipher engine, ECDH key exchange protocol, key derivative function (KDF),
and HMAC.
|
ECKey
A wrapper class that simplifies the creation of a private/public Elliptic
Curve keypair.
|
ECKeyParam
A class which acts as a wrapper for the Elliptic Curve specifications
(ECParamSpec) and domain parameters (ECDomainParameters) making it
easier to simply define one object that can be used to specify the
parameters of the Elliptic Curve Asymmetric keys.
|