OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyFactory
(Results
76 - 100
of
235
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java
7
import java.security.
KeyFactory
;
440
KeyFactory
keyFact = helper.createKeyFactory(publicKeyInfo.getAlgorithm().getAlgorithm().getId());
/libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java
254
proxyClassCache = new WeakCache<>(new
KeyFactory
(), new ProxyClassFactory());
539
private static final class
KeyFactory
[
all
...]
/cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java
32
import java.security.
KeyFactory
;
248
return
KeyFactory
.getInstance(key.getAlgorithm(), "AndroidKeyStore")
385
return
KeyFactory
.getInstance("EC").generatePrivate(privateKeySpec);
388
return
KeyFactory
.getInstance("RSA").generatePrivate(privateKeySpec);
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java
26
import java.security.
KeyFactory
;
666
PrivateKey privateKey1 =
KeyFactory
.getInstance(type).generatePrivate(
759
KeyFactory
.getInstance(type).generatePrivate(
[
all
...]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCertActivity.java
41
import java.security.
KeyFactory
;
/tools/apksig/src/apksigner/java/com/android/apksigner/
ApkSignerTool.java
37
import java.security.
KeyFactory
;
[
all
...]
/libcore/support/src/test/java/tests/security/
DefaultKeys.java
18
import java.security.
KeyFactory
;
[
all
...]
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
V2SchemeSigner.java
30
import java.security.
KeyFactory
;
536
KeyFactory
.getInstance(publicKey.getAlgorithm())
V2SchemeVerifier.java
36
import java.security.
KeyFactory
;
242
KeyFactory
.getInstance(keyAlgorithm).generatePublic(
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java
33
import java.security.
KeyFactory
;
266
KeyFactory
keyFactory
=
KeyFactory
.getInstance("RSA");
267
PrivateKey privateKey =
keyFactory
.generatePrivate(new PKCS8EncodedKeySpec(
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
X509KeyManagerTest.java
5
import java.security.
KeyFactory
;
[
all
...]
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java
25
import java.security.
KeyFactory
;
43
private final
KeyFactory
kf;
[
all
...]
/build/make/tools/signapk/src/com/android/signapk/
SignApk.java
64
import java.security.
KeyFactory
;
268
* OID and use that to construct a
KeyFactory
.
277
return
KeyFactory
.getInstance(algOid).generatePrivate(spec);
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java
7
import java.security.
KeyFactory
;
[
all
...]
/frameworks/base/core/java/android/util/apk/
ApkSignatureSchemeV2Verifier.java
36
import java.security.
KeyFactory
;
303
KeyFactory
.getInstance(keyAlgorithm)
[
all
...]
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java
40
import java.security.
KeyFactory
;
[
all
...]
/libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java
33
import java.security.
KeyFactory
;
158
final
KeyFactory
kf =
KeyFactory
.getInstance("RSA");
[
all
...]
/external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar
/external/guice/lib/build/
cglib-3.1.jar
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
27
import java.security.
KeyFactory
;
[
all
...]
/prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar
/prebuilts/tools/common/cglib/
cglib-2.2.3.jar
cglib-nodep-2.2.3.jar
/prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar
/prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar
Completed in 1193 milliseconds
1
2
3
4
5
6
7
8
9
10