OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyFactory
(Results
1 - 24
of
24
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
KeyFactory.java
17
public class
KeyFactory
/libcore/luni/src/main/java/java/security/
KeyFactory.java
25
* {@code
KeyFactory
} is an engine class that can be used to translate between
30
public class
KeyFactory
{
32
private static final String SERVICE = "
KeyFactory
";
47
* Constructs a new instance of {@code
KeyFactory
} with the specified
57
protected
KeyFactory
(KeyFactorySpi keyFacSpi,
66
* Returns a new instance of {@code
KeyFactory
} that utilizes the specified
71
* @return a new instance of {@code
KeyFactory
} that utilizes the specified
76
public static
KeyFactory
getInstance(String algorithm)
82
return new
KeyFactory
((KeyFactorySpi) sap.spi, sap.provider, algorithm);
86
* Returns a new instance of {@code
KeyFactory
} that utilizes the specifie
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java
302
static public class
KeyFactory
305
public
KeyFactory
()
428
provider.addAlgorithm("SecretKeyFactory.DESEDE", PREFIX + "$
KeyFactory
");
DES.java
236
static public class
KeyFactory
239
public
KeyFactory
()
462
provider.addAlgorithm("SecretKeyFactory.DES", PREFIX + "$
KeyFactory
");
528
provider.addAlgorithm("Alg.Alias.
KeyFactory
." + oid.getId(), name);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java
21
import java.security.
KeyFactory
;
41
private static final String KEYFACTORY_ID = "
KeyFactory
.";
89
* @tests java.security.
KeyFactory
#generatePrivate(java.security.spec.KeySpec)
93
// java.security.
KeyFactory
.generatePrivate(java.security.spec.KeySpec)
96
KeyFactory
fact =
KeyFactory
.getInstance(keyfactAlgs[i],
130
* @tests java.security.
KeyFactory
#generatePublic(java.security.spec.KeySpec)
134
// java.security.
KeyFactory
.generatePublic(java.security.spec.KeySpec)
137
KeyFactory
fact =
KeyFactory
.getInstance(keyfactAlgs[i]
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java
22
import java.security.
KeyFactory
;
44
private static final String KEYFACTORY_ID = "
KeyFactory
.";
94
Provider[] providers = Security.getProviders("
KeyFactory
.DSA");
103
fail("No providers support
KeyFactory
.DSA");
109
// java.security.
KeyFactory
.generatePrivate(java.security.spec.KeySpec)
111
KeyFactory
fact =
KeyFactory
.getInstance(keyfactAlgs[i], providerName);
137
// java.security.
KeyFactory
.generatePublic(java.security.spec.KeySpec)
139
KeyFactory
fact =
KeyFactory
.getInstance(keyfactAlgs[i]
[
all
...]
KeyFactoryTest.java
9
import java.security.
KeyFactory
;
54
KeyFactory
factory =
KeyFactory
.getInstance(TEST_KEYFACTORY_NAME);
75
KeyFactory
.getInstance(algorithm);
88
KeyFactory
factory =
KeyFactory
.getInstance(TEST_KEYFACTORY_NAME, TEST_PROVIDER_NAME);
119
KeyFactory
.getInstance(combination[0], combination[1]);
131
KeyFactory
factory =
KeyFactory
.getInstance(TEST_KEYFACTORY_NAME, provider);
167
KeyFactory
.getInstance(algorithm, provider)
[
all
...]
/prebuilts/tools/common/cglib/
cglib-2.2.3.jar
cglib-nodep-2.2.3.jar
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 3030 milliseconds