Searched refs:provider (Results 226 - 250 of 484) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLVolatileSurfaceManager.java88 BackBufferCapsProvider provider =
90 BufferCapabilities caps = provider.getBackBufferCaps();
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBEKeyFactory.java26 package com.sun.crypto.provider;
164 * Translates a <code>SecretKey</code> object, whose provider may be
168 * @param key the key whose provider is unknown or untrusted
184 if (key instanceof com.sun.crypto.provider.PBEKey) {
H A DTlsMasterSecretGenerator.java26 package com.sun.crypto.provider;
36 import static com.sun.crypto.provider.TlsPrfGenerator.*;
H A DDESKeyGenerator.java26 package com.sun.crypto.provider;
H A DDESedeKeyGenerator.java26 package com.sun.crypto.provider;
H A DEncryptedPrivateKeyInfo.java26 package com.sun.crypto.provider;
H A DHmacMD5.java26 package com.sun.crypto.provider;
H A DHmacSHA1.java26 package com.sun.crypto.provider;
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSctpChannelImpl.java46 public SctpChannelImpl(SelectorProvider provider) { argument
47 super(provider);
H A DSctpMultiChannelImpl.java47 public SctpMultiChannelImpl(SelectorProvider provider) { argument
48 super(provider);
/openjdk7/jdk/src/windows/classes/sun/tools/attach/
H A DWindowsVirtualMachine.java45 WindowsVirtualMachine(AttachProvider provider, String id) argument
48 super(provider, id);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForECB_IV.java37 import com.sun.crypto.provider.*;
121 Security.addProvider(new com.sun.crypto.provider.SunJCE());
H A DTestKATForECB_VK.java37 import com.sun.crypto.provider.*;
749 Security.addProvider(new com.sun.crypto.provider.SunJCE());
H A DTestKATForECB_VT.java37 import com.sun.crypto.provider.*;
558 Security.addProvider(new com.sun.crypto.provider.SunJCE());
/openjdk7/jdk/test/com/sun/crypto/provider/TLS/
H A DTestMasterSecret.java50 Provider provider = Security.getProvider("SunJCE");
101 KeyGenerator.getInstance("SunTlsMasterSecret", provider);
H A DTestPRF12.java52 Provider provider = Security.getProvider("SunJCE");
117 KeyGenerator.getInstance("SunTls12Prf", provider);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSHA.java26 package sun.security.provider;
28 import static sun.security.provider.ByteArrayAccess.*;
/openjdk7/jdk/src/share/classes/sun/tools/attach/
H A DHotSpotAttachProvider.java49 * Platform specific provider implementations extend this
173 HotSpotVirtualMachineDescriptor(AttachProvider provider, argument
176 super(provider, id, displayName);
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXVolatileSurfaceManager.java88 BackBufferCapsProvider provider =
90 BufferCapabilities caps = provider.getBackBufferCaps();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPort.java61 Port(AsynchronousChannelProvider provider, ThreadPool pool) { argument
62 super(provider, pool);
H A DSolarisEventPort.java72 SolarisEventPort(AsynchronousChannelProvider provider, ThreadPool pool) argument
75 super(provider, pool);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/
H A DW3CEndpointReferenceBuilder.java338 return Provider.provider().createW3CEndpointReference(address,
342 return Provider.provider().createW3CEndpointReference(address,
/openjdk7/jdk/make/com/sun/crypto/provider/
H A DMakefile96 PACKAGE = com.sun.crypto.provider
127 com/sun/crypto/provider
197 # Sign the provider jar file. Not needed for OpenJDK.
256 @$(ECHO) "\n>>>Installing prebuilt SunJCE provider..."
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java38 * This class represents a "provider" for the
39 * Java Security API, where a provider implements some or all parts of
40 * Java Security. Services that a provider may implement include:
51 * <p>Each provider has a name and a version number, and is configured
57 * for information about how a particular type of provider, the
58 * cryptographic service provider, works and is installed. However,
59 * please note that a provider can be used to implement any security
63 * <p>Some provider implementations may encounter unrecoverable internal
75 * <td><code>String.valueOf(provider.getName())</code></td>
77 * <td><code>String.valueOf(provider
1036 private final Provider provider; field in class:Provider.Service
1063 Service(Provider provider) argument
1101 Service(Provider provider, String type, String algorithm, String className, List<String> aliases, Map<String,String> attributes) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java41 * Service-provider class for file systems. The methods defined by the {@link
45 * <p> A file system provider is a concrete implementation of this class that
46 * implements the abstract methods defined by this class. A provider is
47 * identified by a {@code URI} {@link #getScheme() scheme}. The default provider
51 * and loaded. The default provider is typically a system-default provider but
54 * provider has a one argument constructor whose formal parameter type is {@code
56 * that initializes the provider.
58 * <p> A provider is a factory for one or more {@link FileSystem} instances. Each
60 * the provider'
[all...]

Completed in 251 milliseconds

1234567891011>>