Home
last modified time | relevance | path

Searched defs:kf (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DSignatureTest.java627 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
640 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
653 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
666 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
679 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
692 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_InitSignThenInitVerify_Success() local
716 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_TwoMessages_Success() local
733 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_WrongExpectedSignature_Failure() local
745 KeyFactory kf = KeyFactory.getInstance("RSA"); in testSign_SHA1withRSA_CrtKeyWithPublicExponent_Success() local
780 KeyFactory kf = KeyFactory.getInstance("RSA"); in testSign_SHA1withRSA_CrtKey_NoPrivateExponent_Failure() local
[all …]
DKeyPairGeneratorTest.java173 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
179 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
/libcore/luni/src/main/java/java/security/
DKeyRep.java118 KeyFactory kf = KeyFactory.getInstance(algorithm); in readResolve() local
131 KeyFactory kf = KeyFactory.getInstance(algorithm); in readResolve() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestKeyPair.java43 private final KeyFactory kf; field in TestKeyPair
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java223 KeyFactory kf = KeyFactory.getInstance("RSA"); in getEncryptKey() local
248 KeyFactory kf = KeyFactory.getInstance("RSA"); in getDecryptKey() local
1243 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Private_OnlyDoFinal_Success() local
1274 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Private_UpdateThenEmptyDoFinal_Success() local
1309 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Private_SingleByteUpdateThenEmptyDoFinal_Success() local
1347 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Private_OnlyDoFinalWithOffset_Success() local
1384 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Public_OnlyDoFinal_Success() local
1412 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Public_OnlyDoFinalWithOffset_Success() local
1450 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Public_UpdateThenEmptyDoFinal_Success() local
1482 KeyFactory kf = KeyFactory.getInstance("RSA"); in testRSA_ECB_NoPadding_Public_SingleByteUpdateThenEmptyDoFinal_Success() local
[all …]
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DServerHandshakeImpl.java237 KeyFactory kf = KeyFactory.getInstance("DH"); in unwrap() local
511 KeyFactory kf = KeyFactory.getInstance("DH"); in processClientHello() local
DServerKeyExchange.java173 KeyFactory kf = KeyFactory.getInstance("RSA"); in getRSAPublicKey() local
DClientHandshakeImpl.java443 KeyFactory kf = KeyFactory.getInstance("DH"); in processServerHelloDone() local
DHandshakeProtocol.java513 KeyFactory kf = KeyFactory.getInstance("RSA"); in getRSAKeyLength() local
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
DX509KeyManagerTest.java627 KeyFactory kf = KeyFactory.getInstance("RSA"); in init() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactory2Test.java101 KeyFactoryStub kf = new KeyFactoryStub(kfs, providers[i], in test_constructor() local
/libcore/support/src/test/java/libcore/java/security/
DTestKeyStore.java539 KeyFactory kf = KeyFactory.getInstance(keyAlgorithm, "BC"); in createCertificate() local