| Package | Description |
|---|---|
| com.licel.jcardsim.crypto |
jCardSim cryptography support classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DHKeyImpl |
class |
DHPrivateKeyImpl |
class |
DHPublicKeyImpl |
class |
DSAKeyImpl
Base class for
DSAPublicKeyImpl/DSAPrivateKeyImpl
on BouncyCastle CryptoAPI. |
class |
DSAPrivateKeyImpl
Implementation
DSAPrivateKey based
on BouncyCastle CryptoAPI. |
class |
DSAPublicKeyImpl
Implementation
DSAPublicKey based
on BouncyCastle CryptoAPI. |
class |
ECKeyImpl
Base class for
ECPublicKeyImpl/ECPrivateKeyImpl on BouncyCastle CryptoAPI. |
class |
ECPrivateKeyImpl
Implementation
ECPrivateKey based
on BouncyCastle CryptoAPI. |
class |
ECPublicKeyImpl
Implementation
ECPublicKey based
on BouncyCastle CryptoAPI. |
class |
KeyImpl
Base class for all
Key instances. |
class |
RSAKeyImpl
Implementation
RSAPublic/RSAPrivate based on BouncyCastle CryptoAPI. |
class |
RSAPrivateCrtKeyImpl
Implementation
RSAPrivateCrtKey based
on BouncyCastle CryptoAPI. |
class |
SymmetricKeyImpl
Implementation of secret key.
|