Home
last modified time | relevance | path

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

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestKeyPair.java43 private final KeyFactory kf; field in TestKeyPair
/libcore/ojluni/src/test/java/security/KeyAgreement/
DNegativeTest.java152 KeyFactory kf = KeyFactory.getInstance(kpgAlgo, provider); in testModifiedKeyEncodingTest() local
279 KeyFactory kf = KeyFactory.getInstance(kpgAlgo, provider); in testInvalidSpec() local
323 KeyFactory kf = KeyFactory.getInstance(kpgAlgo, provider); in testInCompatibleSpec() local
DKeySpecTest.java130 KeyFactory kf = KeyFactory.getInstance(kpgAlgo, provider); in testKeySpecs() local
170 KeyFactory kf = KeyFactory.getInstance(kpgAlgo, provider); in testEncodedKeySpecs() local
DKeySizeTest.java127 KeyFactory kf = KeyFactory.getInstance(kpgAlgo, provider); in testKeyAttributes() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DX509KeyManagerTest.java627 KeyFactory kf = KeyFactory.getInstance("RSA"); in init() local
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DBasicChecker.java285 KeyFactory kf = KeyFactory.getInstance("DSA"); in makeInheritedParamsKey() local
DAlgorithmChecker.java331 KeyFactory kf = KeyFactory.getInstance("DSA"); in check() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactory2Test.java97 KeyFactoryStub kf = new KeyFactoryStub(kfs, providers[i], in test_constructor() local
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CertificateTest.java175 final KeyFactory kf = KeyFactory.getInstance("RSA"); in getRsaCertificatePublicKey() local