Searched refs:provider (Results 101 - 125 of 484) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyGenerator.java60 * of the highest-priority installed provider as the source of randomness
67 * provider what to do about the algorithm-specific parameters (if any) to be
78 * of the highest-priority installed provider as the source of randomness
84 * (via a call to an <code>init</code> method), each provider must
119 // The provider
120 private Provider provider; field in class:KeyGenerator
122 // The provider implementation (delegate)
141 * @param provider the provider
144 protected KeyGenerator(KeyGeneratorSpi keyGenSpi, Provider provider, argument
246 getInstance(String algorithm, String provider) argument
285 getInstance(String algorithm, Provider provider) argument
[all...]
H A DSealedObject.java220 * If the default provider package provides an implementation of that
316 * the given <code>provider</code>.
325 * @param provider the name of the provider of the algorithm to unseal
330 * @exception IllegalArgumentException if the given provider is null
337 * @exception NoSuchProviderException if the given provider is not
343 public final Object getObject(Key key, String provider) argument
350 if (provider == null || provider.length() == 0) {
351 throw new IllegalArgumentException("missing provider");
364 unseal(Key key, String provider) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpServer.java128 HttpServerProvider provider = HttpServerProvider.provider();
129 return provider.createHttpServer (addr, backlog);
/openjdk7/jdk/test/sun/security/pkcs11/tls/
H A DTestPremaster.java46 public void main(Provider provider) throws Exception { argument
47 if (provider.getService(
49 System.out.println("Not supported by provider, skipping");
53 kg = KeyGenerator.getInstance("SunTlsRsaPremasterSecret", provider);
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServerFactory.java55 * <p>A <em>provider package list</em> is searched for as follows:</p>
62 * <code>jmx.remote.protocol.provider.pkgs</code> then the associated
63 * value is the provider package list.
66 * <code>jmx.remote.protocol.provider.pkgs</code> exists, then its value
67 * is the provider package list.
69 * <li>Otherwise, there is no provider package list.
73 * <p>The provider package list is a string that is interpreted as a
75 * (<code>|</code>). If the string is empty, then so is the provider
76 * package list. If the provider package list is not a String, or if
80 * <p>If the provider packag
[all...]
/openjdk7/jdk/test/javax/crypto/sanity/
H A DCheckManifestForRelease.java73 for (String provider : providers) {
74 checkManifest(extDirName, provider);
165 Provider provider;
170 provider = cons.newInstance(new Object[]{customP11File});
172 System.out.println("Skipping test - no PKCS11 provider available");
177 MessageDigest md = MessageDigest.getInstance("SHA1", provider);
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java62 * implementation of the highest-priority installed provider as the source
69 * provider what to do about the algorithm-specific parameters (if any) to be
73 * size) is 512, 768, or 1024, then the <i>Sun</i> provider uses a set of
76 * values, the <i>Sun</i> provider creates a new set of parameters. Other
89 * implementation of the highest-priority installed provider as the source
96 * (via a call to an <code>initialize</code> method), each provider must
98 * For example, the <i>Sun</i> provider uses a default modulus size (keysize)
132 // The provider
133 Provider provider; field in class:KeyPairGenerator
170 kpg.provider
265 getInstance(String algorithm, String provider) argument
302 getInstance(String algorithm, Provider provider) argument
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRMIClassLoader.java60 * service provider interface for those methods. When one of the
62 * method on the service provider instance. The details of how each
63 * method delegates to the provider instance is described in the
66 * <p>The service provider instance is chosen as follows:
72 * its value equals the string <code>"default"</code>, the provider
79 * invoked to create the provider instance. If the property is
83 * obtain a provider instance.
88 * resource are interpreted as a provider-configuration file, and the
89 * first class name specified in that file is used as the provider
93 * that constructor will be invoked to create the provider instanc
117 private static final RMIClassLoaderSpi provider = field in class:RMIClassLoader
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DProvider.java40 * Service provider for <code>ServiceDelegate</code> and
95 * Creates a new provider object.
97 * The algorithm used to locate the provider subclass to use consists
123 public static Provider provider() { method in class:Provider
125 Object provider = getProviderUsingServiceLoader();
126 if (provider == null) {
127 provider = FactoryFinder.find(JAXWSPROVIDER_PROPERTY, DEFAULT_JAXWSPROVIDER);
129 if (!(provider instanceof Provider)) {
138 provider.getClass().getClassLoader().getResource(classnameAsResource) +
141 return (Provider) provider;
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DConfiguration.java176 * of the "login.configuration.provider" security property (in the Java
250 ("login.configuration.provider");
359 instance.provider,
371 * ConfigurationSpi implementation from the specified provider
372 * is returned. The specified provider must be registered
373 * in the provider list.
386 * @param provider the provider.
395 * @exception IllegalArgumentException if the specified provider
398 * the ConfigurationSpi implementation from the specified provider
410 getInstance(String type, Configuration.Parameters params, String provider) argument
472 getInstance(String type, Configuration.Parameters params, Provider provider) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A DdtraceJSDT_solaris.cpp140 JVM_DTraceProvider* provider = &providers[prvc]; local
143 for(int prbc = 0; prbc < provider->probe_count; ++prbc) {
144 JVM_DTraceProbe* p = &(provider->probes[prbc]);
161 JVM_DTraceProvider* provider = &providers[prvc]; local
163 JNIHandles::resolve_non_null(provider->name));
168 for(int prbc = 0; prbc < provider->probe_count; ++prbc) {
169 JVM_DTraceProbe* p = &(provider->probes[prbc]);
205 JVM_DTraceProvider* provider = &providers[prvc]; local
211 // Allocate space for the provider data struction
218 secsize[probe_sec] = sizeof(dof_probe_t) * provider
281 JVM_DTraceProvider* provider = &providers[prvc]; local
322 JVM_DTraceProvider* provider = &providers[prvc]; local
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiSystem.java108 * The property value consists of the provider class name
110 * The provider class name is the fully-qualified
112 * MIDI device provider} class. The device name is matched against
119 * <p>If the provider class is specified, and it can be
123 * from the provider. Otherwise, or when these devices
152 * be found, the first <code>Receiver</code> from that provider
191 MidiDeviceProvider provider = (MidiDeviceProvider) providers.get(i);
192 MidiDevice.Info[] tmpinfo = provider.getDeviceInfo();
217 MidiDeviceProvider provider = (MidiDeviceProvider) providers.get(i);
218 if (provider
1196 getNamedDevice(String deviceName, MidiDeviceProvider provider, Class deviceClass) argument
1228 getNamedDevice(String deviceName, MidiDeviceProvider provider, Class deviceClass, boolean allowSynthesizer, boolean allowSequencer) argument
1315 getFirstDevice(MidiDeviceProvider provider, Class deviceClass) argument
1345 getFirstDevice(MidiDeviceProvider provider, Class deviceClass, boolean allowSynthesizer, boolean allowSequencer) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelectableChannel.java54 // The provider that created this channel
55 private final SelectorProvider provider; field in class:AbstractSelectableChannel
76 protected AbstractSelectableChannel(SelectorProvider provider) { argument
77 this.provider = provider;
81 * Returns the provider that created this channel.
83 * @return The provider that created this channel
85 public final SelectorProvider provider() { method in class:AbstractSelectableChannel
86 return provider;
H A DAsynchronousChannelProvider.java38 * Service-provider class for asynchronous channels.
40 * <p> An asynchronous channel provider is a concrete subclass of this class that
43 * system-wide default provider instance, which is returned by the {@link
44 * #provider() provider} method. The first invocation of that method will locate
45 * the default provider as specified below.
73 // lazy initialization of default provider
75 static final AsynchronousChannelProvider provider = load(); field in class:AsynchronousChannelProvider.ProviderHolder
121 // Ignore the security exception, try the next provider
131 * Returns the system-wide default asynchronous channel provider fo
165 public static AsynchronousChannelProvider provider() { method in class:AsynchronousChannelProvider
[all...]
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java179 private final TestProvider provider; field in class:TestProvider.TestFileSystem
181 TestFileSystem(TestProvider provider) { argument
182 this.provider = provider;
186 public FileSystemProvider provider() { method in class:TestProvider.TestFileSystem
187 return provider;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DInheritedChannel.java180 SelectorProvider provider = SelectorProvider.provider();
181 assert provider instanceof sun.nio.ch.SelectorProviderImpl;
187 c = new InheritedServerSocketChannelImpl(provider, fd);
192 c = new InheritedSocketChannelImpl(provider, fd, isa);
195 c = new InheritedDatagramChannelImpl(provider, fd);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java53 * if a focus traversal policy provider is encountered, its focus traversal
181 * @param comp a possible focus cycle root or policy provider
183 * @return a Component to traverse focus to if {@code comp} is a root or provider
209 log.fine("### Transfered focus to " + retComp + " in the FTP provider " + cont);
218 * aContainer must be a focus cycle root of aComponent or a focus traversal policy provider.
227 * traversal policy provider</a>, the focus is always transferred down-cycle.
229 * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider
235 * root of aComponent or a focus traversal policy provider, or if either aContainer or
247 throw new IllegalArgumentException("aContainer should be focus cycle root or focus traversal policy provider");
253 // Before all the ckecks below we first see if it's an FTP provider o
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSocketChannel.java124 protected SocketChannel(SelectorProvider provider) { argument
125 super(provider);
142 return SelectorProvider.provider().openSocketChannel();
H A DSelectableChannel.java103 * Returns the provider that created this channel.
105 * @return The provider that created this channel
107 public abstract SelectorProvider provider(); method in class:SelectableChannel
201 * If this channel was not created by the same provider
259 * If this channel was not created by the same provider
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainerOrderFocusTraversalPolicy.java52 * if a focus traversal policy provider is encountered, its focus traversal
153 * @param comp a possible focus cycle root or policy provider
155 * @return a Component to traverse focus to if {@code comp} is a root or provider
181 log.fine("### Transfered focus to " + retComp + " in the FTP provider " + cont);
190 * aContainer must be a focus cycle root of aComponent or a focus traversal policy provider.
199 * traversal policy provider</a>, the focus is always transferred down-cycle.
201 * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider
207 * root of aComponent or focus traversal policy provider, or if either aContainer or
217 throw new IllegalArgumentException("aContainer should be focus cycle root or focus traversal policy provider");
229 // Before all the ckecks below we first see if it's an FTP provider o
[all...]
/openjdk7/jdk/src/share/classes/sun/tracing/
H A DMultiplexProviderFactory.java41 * This factory creates a "multiplex provider", which is a provider that
46 * A user-defined provider gets implementation for each of the activated
66 MultiplexProvider provider = new MultiplexProvider(cls, providers);
67 provider.init();
68 return provider.newProxyInstance();
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathHelperImpl.java30 import sun.security.provider.certpath.CertPathHelper;
35 * Helper class that allows the Sun CertPath provider to access
50 * prior to a tunneled call from the Sun provider.
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A Dai.java26 package com.sun.crypto.provider;
41 * the SunJCE provider shipped in JCE 1.2.1: the class
45 * by the SunJCE provider in JCE 1.2.1, this class will be used.
/openjdk7/jdk/src/share/classes/com/sun/java/browser/dom/
H A DDOMService.java46 String provider = (String) java.security.AccessController.doPrivileged(
/openjdk7/jdk/test/sun/security/provider/certpath/X509CertPath/
H A DIllegalCertiticates.java34 import sun.security.provider.certpath.X509CertPath;

Completed in 108 milliseconds

1234567891011>>