HomeSort by relevance Sort by last modified time
    Searched refs:spec (Results 151 - 175 of 423) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCERSAPublicKey.java 7 import java.security.spec.RSAPublicKeySpec;
32 RSAPublicKeySpec spec)
34 this.modulus = spec.getModulus();
35 this.publicExponent = spec.getPublicExponent();
JDKKeyPairGenerator.java 9 import java.security.spec.AlgorithmParameterSpec;
10 import java.security.spec.DSAParameterSpec;
11 import java.security.spec.ECField;
12 import java.security.spec.ECFieldF2m;
13 import java.security.spec.ECFieldFp;
14 import java.security.spec.ECGenParameterSpec;
15 import java.security.spec.RSAKeyGenParameterSpec;
18 import javax.crypto.spec.DHParameterSpec;
42 // import org.bouncycastle.jce.spec.ECNamedCurveParameterSpec;
43 // import org.bouncycastle.jce.spec.ECNamedCurveSpec
    [all...]
BrokenPBE.java 3 import java.security.spec.AlgorithmParameterSpec;
5 import javax.crypto.spec.PBEParameterSpec;
362 AlgorithmParameterSpec spec,
369 if ((spec == null) || !(spec instanceof PBEParameterSpec))
371 throw new IllegalArgumentException("Need a PBEParameter spec with a PBE key.");
374 PBEParameterSpec pbeParam = (PBEParameterSpec)spec;
421 AlgorithmParameterSpec spec,
426 if ((spec == null) || !(spec instanceof PBEParameterSpec)
    [all...]
WrapCipherSpi.java 12 import java.security.spec.AlgorithmParameterSpec;
13 import java.security.spec.InvalidKeySpecException;
14 import java.security.spec.PKCS8EncodedKeySpec;
15 import java.security.spec.X509EncodedKeySpec;
23 import javax.crypto.spec.IvParameterSpec;
24 import javax.crypto.spec.PBEParameterSpec;
25 import javax.crypto.spec.RC2ParameterSpec;
26 import javax.crypto.spec.RC5ParameterSpec;
27 import javax.crypto.spec.SecretKeySpec;
152 if (params instanceof javax.crypto.spec.IvParameterSpec
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 18 package tests.security.spec;
33 import java.security.spec.EncodedKeySpec;
34 import java.security.spec.PKCS8EncodedKeySpec;
35 import java.security.spec.X509EncodedKeySpec;
41 * @tests java.security.spec.EncodedKeySpec#getEncoded()
InvalidParameterSpecExceptionTest.java 23 package tests.security.spec;
32 import java.security.spec.InvalidParameterSpecException;
RSAMultiPrimePrivateCrtKeySpecTest.java 23 package tests.security.spec;
33 import java.security.spec.KeySpec;
34 import java.security.spec.RSAMultiPrimePrivateCrtKeySpec;
35 import java.security.spec.RSAOtherPrimeInfo;
36 import java.security.spec.RSAPrivateKeySpec;
74 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.security.spec.RSAOtherPrimeInfo[].class}
108 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.security.spec.RSAOtherPrimeInfo[].class}
145 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.security.spec.RSAOtherPrimeInfo[].class}
182 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.security.spec.RSAOtherPrimeInfo[].class}
219 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.security.spec.RSAOtherPrimeInfo[].class
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 30 import java.security.spec.AlgorithmParameterSpec;
  /cts/tools/signature-tools/
sig-check 57 --from sig ${ANDROID_BUILD_TOP}/cts/tools/signature-tools/spec/android.spec \
80 java.security.spec \
94 javax.crypto.spec \
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
DESedeKeySpec.java 18 package javax.crypto.spec;
21 import java.security.spec.KeySpec;
RC2ParameterSpec.java 18 package javax.crypto.spec;
20 import java.security.spec.AlgorithmParameterSpec;
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactorySpiTest.java 31 import java.security.spec.InvalidKeySpecException;
32 import java.security.spec.KeySpec;
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
32 import javax.crypto.spec.DHGenParameterSpec;
PBEParameterSpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
32 import javax.crypto.spec.PBEParameterSpec;
  /dalvik/libcore/security/src/test/java/tests/java/security/
AlgorithmParameterGeneratorSpiTest.java 33 import java.security.spec.AlgorithmParameterSpec;
68 args = {java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
RSAKeyTest.java 26 import java.security.spec.RSAPrivateKeySpec;
27 import java.security.spec.RSAPublicKeySpec;
  /dalvik/libcore/security/src/test/java/tests/targets/security/
AlgorithmParametersTest.java 26 import java.security.spec.AlgorithmParameterSpec;
27 import java.security.spec.InvalidParameterSpecException;
  /external/elfutils/
Makefile.am 25 EXTRA_DIST = splint.rc elfutils.spec GPG-KEY NOTES COPYING.GPL
  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 108 GParamSpec* spec = g_object_class_find_property(G_OBJECT_GET_CLASS(platformWidget()),
110 if (!spec)
  /external/wpa_supplicant/wpa_gui/
setup-mingw-cross-compiling 7 qmake -spec /q/jm/qt4-win/4.3.3/mkspecs/win32-g++ wpa_gui.pro -o Makefile
  /external/wpa_supplicant/wpa_gui-qt4/
setup-mingw-cross-compiling 7 qmake -spec /q/jm/qt4-win/4.0.0/mkspecs/win32-g++ wpa_gui.pro -o Makefile
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
setup-mingw-cross-compiling 7 qmake -spec /q/jm/qt4-win/4.0.0/mkspecs/win32-g++ wpa_gui.pro -o Makefile
  /dalvik/libcore/luni/src/main/java/java/net/
URL.java 150 * Creates a new URL instance by parsing the string {@code spec}.
152 * @param spec
155 * if the given string {@code spec} could not be parsed as a
158 public URL(String spec) throws MalformedURLException {
159 this((URL) null, spec, (URLStreamHandler) null);
163 * Creates a new URL to the specified resource {@code spec}. This URL is
167 * {@code spec}. Otherwise the protocol is defined by the context URL.
171 * @param spec
174 * if the given string {@code spec} could not be parsed as a URL
177 public URL(URL context, String spec) throws MalformedURLException
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 434 LinkSpec spec = new LinkSpec(); local
437 spec.url = url;
438 spec.start = start;
439 spec.end = end;
441 links.add(spec);
458 LinkSpec spec = new LinkSpec(); local
462 spec.start = base + start;
463 spec.end = base + end;
475 spec.url = "geo:0,0?q=" + encodedAddress;
476 links.add(spec);
    [all...]
  /frameworks/base/libs/rs/
Android.mk 18 spec.l \
44 $(GEN) : PRIVATE_CUSTOM_TOOL = $(RSG_GENERATOR) $< $@ <$(PRIVATE_PATH)/rs.spec
45 $(GEN) : $(RSG_GENERATOR) $(LOCAL_PATH)/rs.spec
61 $(GEN) : PRIVATE_CUSTOM_TOOL = $(RSG_GENERATOR) $< $@ <$(PRIVATE_PATH)/rs.spec
62 $(GEN) : $(RSG_GENERATOR) $(LOCAL_PATH)/rs.spec

Completed in 205 milliseconds

1 2 3 4 5 67 8 91011>>