| AESCipherTest |
Tests for AES cipher operations including CBC, CTR, and authenticated cipher modes (e.g.
|
| AESGCMCipherTest |
|
| AESKeyWrapTest |
Note: No 192-bit key tests, 192-bit AES is commonly unsupported on constrained platforms
|
| CertificateDataTest |
|
| CertificateTest |
|
| CertPathValidatorTest |
This test class can be used to validate the CertPathValidator low-level implementation.
|
| DESedeCipherTest |
|
| ExternalKeyStoreTest |
This test class validates a LLSEC-External-KeyStore Abstraction Layer implementation.
|
| KeyAgreementTest |
This test class can be used to validate a KeyAgreement low-level implementation.
|
| KeyFactoryTest |
This test class can be used to validate a KeyFactory low-level implementation.
|
| KeyPairGeneratorTest |
|
| MacTest |
To generate hmac with an hex key :
- Use this site : https://cryptii.com/pipes/hmac
- Or following openssl command :
echo -n "Hi There" | openssl dgst -sha256 -mac HMAC -macopt hexkey:0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b
|
| MessageDigestTest |
Tests the MessageDigest supported algorithms.
|
| PBES2CipherTest |
|
| PKCS12PBECipherTest |
|
| PKCS5PaddingCipherTest |
Tests the PKCS#5 unpadding performed on decryption.
|
| RSACipherTest |
|
| SecretFactoryTest |
|
| SecureRandomTest |
|
| SignatureTest |
|