Searched refs:spec (Results 101 - 125 of 255) sorted by relevance

1234567891011

/libcore/ojluni/src/main/java/java/security/spec/
H A DRSAOtherPrimeInfo.java26 package java.security.spec;
/libcore/ojluni/src/main/java/javax/crypto/
H A DExemptionMechanismSpi.java32 import java.security.spec.AlgorithmParameterSpec;
H A DKeyAgreementSpi.java29 import java.security.spec.*;
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMyKeyPairGeneratorSpi.java30 import java.security.spec.AlgorithmParameterSpec;
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyFactorySpiTest.java26 import java.security.spec.InvalidKeySpecException;
27 import java.security.spec.KeySpec;
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHParameterSpecTest.java23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
28 import javax.crypto.spec.DHParameterSpec;
H A DDHPrivateKeySpecTest.java23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
27 import javax.crypto.spec.DHPrivateKeySpec;
H A DDHPublicKeySpecTest.java23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
27 import javax.crypto.spec.DHPublicKeySpec;
H A DIvParameterSpecTest.java23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
29 import javax.crypto.spec.IvParameterSpec;
H A DPSourceTest.java23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
26 import javax.crypto.spec.PSource;
/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DPBEKeySpec.java26 package javax.crypto.spec;
28 import java.security.spec.KeySpec;
H A DRC2ParameterSpec.java26 package javax.crypto.spec;
28 import java.security.spec.AlgorithmParameterSpec;
H A DRC5ParameterSpec.java26 package javax.crypto.spec;
28 import java.security.spec.AlgorithmParameterSpec;
/libcore/support/src/test/java/tests/security/
H A DAlgorithmParameterSignatureHelper.java27 import java.security.spec.AlgorithmParameterSpec;
28 import java.security.spec.InvalidParameterSpecException;
H A DKeyFactoryTest.java24 import java.security.spec.InvalidKeySpecException;
25 import java.security.spec.KeySpec;
/libcore/ojluni/src/main/java/java/net/
H A DURLStreamHandler.java111 * the spec.
112 * @param spec the {@code String} representing the URL that
122 protected void parseURL(URL u, String spec, int start, int limit) { argument
144 int queryStart = spec.indexOf('?');
147 query = spec.substring(queryStart+1, limit);
150 spec = spec.substring(0, queryStart);
161 // (spec.charAt(start) == '/') &&
162 // (spec.charAt(start + 1) == '/') &&
163 // (spec
[all...]
H A DURL.java430 * @param spec the {@code String} to parse as a URL.
432 * unknown protocol is found, or {@code spec} is {@code null}.
435 public URL(String spec) throws MalformedURLException { argument
436 this(null, spec);
440 * Creates a URL by parsing the given spec within a specified context.
442 * The new URL is created from the given context URL and the spec
452 * parts present in the spec are used in the new URL.
454 * If the scheme component is defined in the given spec and does not match
456 * URL based on the spec alone. Otherwise the scheme component is inherited
459 * If the authority component is present in the spec the
486 URL(URL context, String spec) argument
510 URL(URL context, String spec, URLStreamHandler handler) argument
[all...]
/libcore/luni/src/test/java/libcore/java/security/spec/
H A DAlgorithmParametersPSSTest.java17 package libcore.java.security.spec;
21 import java.security.spec.AlgorithmParameterSpec;
22 import java.security.spec.InvalidParameterSpecException;
23 import java.security.spec.MGF1ParameterSpec;
24 import java.security.spec.PSSParameterSpec;
142 private void assertGetEncoded(PSSParameterSpec spec, byte[] expectedEncoded) throws Exception { argument
144 params.init(spec);
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DRandomPrivateKeyX509ExtendedKeyManager.java25 import java.security.spec.DSAParameterSpec;
26 import java.security.spec.DSAPrivateKeySpec;
27 import java.security.spec.RSAPrivateKeySpec;
/libcore/luni/src/test/java/libcore/java/security/
H A DOldDHTest.java24 import javax.crypto.spec.DHParameterSpec;
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
H A DAlgorithmParametersTestPBES2.java16 package libcore.javax.crypto.spec;
26 import javax.crypto.spec.IvParameterSpec;
27 import javax.crypto.spec.PBEKeySpec;
28 import javax.crypto.spec.PBEParameterSpec;
47 // AlgorithmParameterSpec spec = TEST_PBE_PARAMETER_SPEC;
48 // ap.init(spec);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersSpiTest.java21 import java.security.spec.AlgorithmParameterSpec;
/libcore/luni/src/test/java/tests/java/security/
H A DAlgorithmParameterGeneratorSpiTest.java28 import java.security.spec.AlgorithmParameterSpec;
/libcore/luni/src/test/java/tests/security/interfaces/
H A DDSAParamsTest.java22 import java.security.spec.DSAParameterSpec;
H A DDSAPrivateKeyTest.java25 import java.security.spec.DSAParameterSpec;

Completed in 396 milliseconds

1234567891011