OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jce
(Results
76 - 92
of
92
) sorted by null
1
2
3
4
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEECPrivateKey.java
1
package org.bouncycastle.
jce
.provider;
35
import org.bouncycastle.
jce
.interfaces.ECPointEncoder;
36
import org.bouncycastle.
jce
.interfaces.PKCS12BagAttributeCarrier;
37
import org.bouncycastle.
jce
.provider.asymmetric.ec.EC5Util;
38
import org.bouncycastle.
jce
.provider.asymmetric.ec.ECUtil;
39
import org.bouncycastle.
jce
.spec.ECNamedCurveSpec;
43
implements ECPrivateKey, org.bouncycastle.
jce
.interfaces.ECPrivateKey, PKCS12BagAttributeCarrier, ECPointEncoder
68
org.bouncycastle.
jce
.spec.ECPrivateKeySpec spec)
145
org.bouncycastle.
jce
.spec.ECParameterSpec spec)
351
public org.bouncycastle.
jce
.spec.ECParameterSpec getParameters(
[
all
...]
JCEECPublicKey.java
1
package org.bouncycastle.
jce
.provider;
37
// import org.bouncycastle.
jce
.ECGOST3410NamedCurveTable;
39
import org.bouncycastle.
jce
.interfaces.ECPointEncoder;
40
import org.bouncycastle.
jce
.provider.asymmetric.ec.EC5Util;
41
import org.bouncycastle.
jce
.provider.asymmetric.ec.ECUtil;
43
// import org.bouncycastle.
jce
.spec.ECNamedCurveParameterSpec;
45
import org.bouncycastle.
jce
.spec.ECNamedCurveSpec;
49
implements ECPublicKey, org.bouncycastle.
jce
.interfaces.ECPublicKey, ECPointEncoder
83
org.bouncycastle.
jce
.spec.ECPublicKeySpec spec)
99
org.bouncycastle.
jce
.spec.ECParameterSpec s = ProviderUtil.getEcImplicitlyCa()
[
all
...]
JCERSACipher.java
1
package org.bouncycastle.
jce
.provider;
JCESecretKeyFactory.java
1
package org.bouncycastle.
jce
.provider;
PKIXPolicyNode.java
1
package org.bouncycastle.
jce
.provider;
WrapCipherSpi.java
1
package org.bouncycastle.
jce
.provider;
JCEBlockCipher.java
1
package org.bouncycastle.
jce
.provider;
68
// import org.bouncycastle.
jce
.spec.GOST28147ParameterSpec;
[
all
...]
PKIXCertPathValidatorSpi.java
1
package org.bouncycastle.
jce
.provider;
34
import org.bouncycastle.
jce
.exception.ExtCertPathValidatorException;
X509CRLObject.java
1
package org.bouncycastle.
jce
.provider;
41
import org.bouncycastle.
jce
.X509Principal;
PKIXNameConstraintValidator.java
1
package org.bouncycastle.
jce
.provider;
[
all
...]
X509CertificateObject.java
1
package org.bouncycastle.
jce
.provider;
53
import org.bouncycastle.
jce
.X509Principal;
54
import org.bouncycastle.
jce
.interfaces.PKCS12BagAttributeCarrier;
JDKKeyStore.java
1
package org.bouncycastle.
jce
.provider;
54
import org.bouncycastle.
jce
.interfaces.BCKeyStore;
CertPathValidatorUtilities.java
1
package org.bouncycastle.
jce
.provider;
64
// import org.bouncycastle.
jce
.X509LDAPCertStoreParameters;
66
import org.bouncycastle.
jce
.exception.ExtCertPathValidatorException;
[
all
...]
JDKPKCS12KeyStore.java
1
package org.bouncycastle.
jce
.provider;
73
import org.bouncycastle.
jce
.interfaces.BCKeyStore;
74
import org.bouncycastle.
jce
.interfaces.PKCS12BagAttributeCarrier;
[
all
...]
RFC3280CertPathUtilities.java
1
package org.bouncycastle.
jce
.provider;
53
import org.bouncycastle.
jce
.exception.ExtCertPathValidatorException;
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyAgreement.java
1
package org.bouncycastle.
jce
.provider.asymmetric.ec;
41
import org.bouncycastle.
jce
.interfaces.ECPrivateKey;
42
import org.bouncycastle.
jce
.interfaces.ECPublicKey;
44
// import org.bouncycastle.
jce
.interfaces.MQVPrivateKey;
45
// import org.bouncycastle.
jce
.interfaces.MQVPublicKey;
/external/icu4c/i18n/
colldata.cpp
784
uint32_t
jce
= jamoList[c];
local
786
if (! isContinuation(
jce
)) {
787
jamoLimits[j++] =
jce
;
951
uint32_t
jce
= ceList->get(roffset);
local
957
if (isContinuation(
jce
)) {
961
if (j >= 3 ||
jce
< jamoLimits[j] ||
jce
>= jamoLimits[j + 1]) {
Completed in 520 milliseconds
1
2
3
4