| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| D | HostnameVerifierTest.java | 45 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testVerify() local 141 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testSubjectAlt() local 155 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testVerifyIpAddress() local 178 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testWildcardsCannotMatchIpAddresses() local 206 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testWildcardsDoesNotNeedTwoDots() local 239 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testSubjectAltName() local 276 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testSubjectAltNameWithWildcard() local
|
| D | HttpsURLConnectionTest.java | 266 CertificateFactory cf = CertificateFactory.getInstance(typeDone); in getLocalCertificates() local 281 CertificateFactory cf = CertificateFactory.getInstance(typeDone); in getServerCertificates() local
|
| D | X509KeyManagerTest.java | 626 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in init() local
|
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| D | KeyStore2Test.java | 139 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in creatCertificate() local 168 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_aliases() local 213 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_containsAliasLjava_lang_String() local 250 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getCertificateLjava_lang_String() local 290 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getCertificateAliasLjava_security_cert_Certificate() local 323 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getCertificateChainLjava_lang_String() local 381 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getKeyLjava_lang_String$C() local 414 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_isCertificateEntryLjava_lang_String() local 445 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_isKeyEntryLjava_lang_String() local 512 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_setCertificateEntryLjava_lang_StringLjava_security_cert_Certificate() local [all …]
|
| D | Identity2Test.java | 247 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_certificates() local 266 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_removeCertificateLjava_security_Certificate() local 300 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_equalsLjava_lang_Object() local 320 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_identityEqualsLjava_security_Identity() local
|
| D | KeyStorePrivateKeyEntryTest.java | 61 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testGetCertificateChain() local
|
| D | KeyStore3Test.java | 73 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in KeyStore3Test() local
|
| /libcore/luni/src/test/java/libcore/java/security/cert/ |
| D | CertificateFactoryTest.java | 171 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in test_generateCertificate() local 184 private void test_generateCertificate(CertificateFactory cf) throws Exception { in test_generateCertificate() 208 private void test_generateCertificate_AnyLineLength_Success(CertificateFactory cf) in test_generateCertificate_AnyLineLength_Success() 248 … private void test_generateCertificate_InputStream_Empty(CertificateFactory cf) throws Exception { in test_generateCertificate_InputStream_Empty() 262 private void test_generateCertificate_InputStream_InvalidStart_Failure(CertificateFactory cf) in test_generateCertificate_InputStream_InvalidStart_Failure() 278 private void test_generateCertificate_InputStream_Offset_Correct(CertificateFactory cf) in test_generateCertificate_InputStream_Offset_Correct() 383 final CertificateFactory cf = CertificateFactory.getInstance("X.509", p); in testGenerateCertPath() local 432 private void testCertPathEncoding(CertificateFactory cf, List<X509Certificate> expectedCerts, in testCertPathEncoding()
|
| D | OldPKIXParametersTest.java | 110 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testIsPolicyMappingInhibited() local 139 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testIsRevocationEnabled() local
|
| D | CertPathValidatorTest.java | 107 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in runOCSPStapledTest() local
|
| /libcore/luni/src/test/java/tests/security/cert/ |
| D | PKIXBuilderParametersTest.java | 244 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testPKIXBuilderParametersKeyStoreCertSelector04() local 275 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testGetMaxPathLength() local 303 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testSetMaxPathLength() local 346 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testToString() local
|
| D | CertificateFactory1Test.java | 640 CertificateFactory cf = new myCertificateFactory(spi, defaultProvider, in testCertificateFactory17() local 697 myCertificateFactory cf; in testCertificateFactory19() local
|
| D | X509CRLTest.java | 289 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testGetRevokedCertificate() local
|
| D | X509Certificate2Test.java | 504 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in generateCert() local
|
| D | CertificateTest.java | 162 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in testGetEncoded() local
|
| /libcore/ojluni/src/main/java/sun/security/util/ |
| D | UntrustedCertificates.java | 61 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in add() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
| D | ChoiceFormatTest.java | 48 ChoiceFormat cf = new ChoiceFormat(appleLimits, appleFormats); in test_Constructor$D$Ljava_lang_String() local 95 ChoiceFormat cf = new ChoiceFormat(patternString); in test_ConstructorLjava_lang_String() local 411 ChoiceFormat cf = new ChoiceFormat(""); in test_toPattern() local
|
| /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
| D | FlagOpTest.java | 163 private void testFlagsSetSequence(Supplier<StatefulTestOp<Integer>> cf) { in testFlagsSetSequence() 197 protected void testFlagsClearSequence(Supplier<StatefulTestOp<Integer>> cf) { in testFlagsClearSequence()
|
| /libcore/ojluni/src/main/java/java/security/cert/ |
| D | Certificate.java | 241 CertificateFactory cf = CertificateFactory.getInstance(type); in readResolve() local
|
| D | CertPath.java | 332 CertificateFactory cf = CertificateFactory.getInstance(type); in readResolve() local
|
| /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/ |
| D | CertBlacklistTest.java | 222 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in createPublicKey() local 229 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in createSerialNumber() local
|
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
| D | CipherOutputStream1Test.java | 150 Cipher cf = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testWrite5() local
|
| D | CipherTest.java | 750 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_initWithCertificate() local 780 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_initWithCertificateSecureRandom() local 922 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_wrap_java_security_Key() local
|
| /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
| D | X509KeyManagerImpl.java | 91 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in X509KeyManagerImpl() local
|
| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
| D | TestUtils.java | 95 CertificateFactory cf = null; in getTrustAnchor() local
|