Searched refs:RSA_KEY_NAMES (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | PkgInstallSignatureVerificationTest.java | 50 private static final String[] RSA_KEY_NAMES = {"1024", "2048", "3072", "4096", "8192", "16384"}; field in PkgInstallSignatureVerificationTest 91 "v1-only-with-rsa-pkcs1-md5-1.2.840.113549.1.1.1-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerMD5withRSA() 93 "v1-only-with-rsa-pkcs1-md5-1.2.840.113549.1.1.4-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerMD5withRSA() 99 "v1-only-with-rsa-pkcs1-sha1-1.2.840.113549.1.1.1-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA1withRSA() 101 "v1-only-with-rsa-pkcs1-sha1-1.2.840.113549.1.1.5-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA1withRSA() 107 "v1-only-with-rsa-pkcs1-sha224-1.2.840.113549.1.1.1-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA224withRSA() 109 "v1-only-with-rsa-pkcs1-sha224-1.2.840.113549.1.1.14-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA224withRSA() 115 "v1-only-with-rsa-pkcs1-sha256-1.2.840.113549.1.1.1-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA256withRSA() 117 "v1-only-with-rsa-pkcs1-sha256-1.2.840.113549.1.1.11-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA256withRSA() 123 "v1-only-with-rsa-pkcs1-sha384-1.2.840.113549.1.1.1-%s.apk", RSA_KEY_NAMES); in testInstallV1OneSignerSHA384withRSA() [all …]
|