Home
last modified time | relevance | path

Searched defs:pubKeySpec (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DSignatureTest.java1879 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testVerify_SHA1withRSA_Key_InitSignThenInitVerify_Success() local
1960 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSA_CrtKeyWithPublicExponent_Success() local
2091 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSA_Key_Success() local
2105 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA224withRSA_Key_Success() local
2119 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA256withRSA_Key_Success() local
2133 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA384withRSA_Key_Success() local
2147 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA512withRSA_Key_Success() local
2161 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_MD5withRSA_Key_Success() local
2185 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSAPSS_Key_Success() local
2212 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSAPSS_NoSalt_Key_Success() local
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DSignatureTest.java1884 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testVerify_SHA1withRSA_Key_InitSignThenInitVerify_Success() local
1965 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSA_CrtKeyWithPublicExponent_Success() local
2096 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSA_Key_Success() local
2110 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA224withRSA_Key_Success() local
2124 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA256withRSA_Key_Success() local
2138 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA384withRSA_Key_Success() local
2152 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA512withRSA_Key_Success() local
2166 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_MD5withRSA_Key_Success() local
2190 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSAPSS_Key_Success() local
2217 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(RSA_2048_modulus, in testSign_SHA1withRSAPSS_NoSalt_Key_Success() local
[all …]
/external/oauth/core/src/main/java/net/oauth/signature/
DRSA_SHA1.java169 EncodedKeySpec pubKeySpec = new X509EncodedKeySpec(publicKeyObject); in getPublicKeyFromDer() local
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DRsaSignatureTest.java1315 RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(n, e); in testFaultySigner() local