This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
javacard-api-samples:algorithm:start [2017/05/12 07:19] jinbiao 创建 |
javacard-api-samples:algorithm:start [2017/05/13 04:12] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Cipher class | Cipher class | ||
| - | The Cipher class is the abstract base class for Cipher algorithms. Implementations of Cipher algorithms must extend this class and implement all the abstract methods. | + | The Cipher class is the abstract base class for Cipher algorithms. Implementations of Cipher algorithms must extend this class and implement all the abstract methods. |
| - | For algorithms which support keys with transient key data sets, such as AES Cipher, DES Cipher and RSA Cipher. | + | For algorithms which support keys with transient key data sets, such as AES Cipher, DES Cipher and RSA Cipher. |
| - | Signature class | + | Signature class |
| - | The Signature class is the base class for Signature algorithms. Implementations of Signature algorithms must extend this class and implement all the abstract methods. | + | The Signature class is the base class for Signature algorithms. Implementations of Signature algorithms must extend this class and implement all the abstract methods. |
| - | Signature algorithms contains the AES signature, DES signature, RSA signature and ECC signature. | + | Signature algorithms contains the AES signature, DES signature, RSA signature and ECC signature. |
| - | MessageDigest Class | + | MessageDigest Class |
| - | + | ||
| - | The MessageDigest class is the base class for hash algorithms. Implementations of MessageDigest algorithms must extend this class and implement all the abstract methods. | + | |
| + | The MessageDigest class is the base class for hash algorithms. Implementations of MessageDigest algorithms must extend this class and implement all the abstract methods. | ||
| + | [[javacard-api-samples:algorithm:test|test]] | ||