Searched refs:noParams (Results 1 - 7 of 7) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DDefaultSignatureAlgorithmIdentifierFinder.java28 private static Set noParams = new HashSet(); field in class:DefaultSignatureAlgorithmIdentifierFinder
97 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
98 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
99 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
100 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
101 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
102 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
103 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
104 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
105 noParams
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Util.java47 private static Set noParams = new HashSet(); field in class:X509Util
104 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
105 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
106 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
107 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
108 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
109 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
110 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
111 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
112 noParams
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java84 private static Set noParams = new HashSet(); field in class:PKCS10CertificationRequest
179 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
180 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
181 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
182 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
183 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
184 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
185 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
186 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
192 // noParams
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DFakeHttpLayer.java264 private boolean noParams; field in class:FakeHttpLayer.RequestMatcherBuilder
303 public RequestMatcherBuilder noParams() { method in class:FakeHttpLayer.RequestMatcherBuilder
304 noParams = true;
330 if (noParams && !uri.getRawQuery().equals(null)) {
381 return noParams;
/external/clang/lib/AST/
H A DDeclObjC.cpp856 unsigned noParams = param_size(); local
857 if (noParams < 1 || noParams > 3)
866 while (--noParams) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 511 milliseconds