Searched refs:provider (Results 326 - 350 of 484) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacPKCS12PBESHA1.java26 package com.sun.crypto.provider;
H A DOutputFeedback.java26 package com.sun.crypto.provider;
H A DPBEWithMD5AndDESCipher.java26 package com.sun.crypto.provider;
H A DPBEWithMD5AndTripleDESCipher.java26 package com.sun.crypto.provider;
H A DRC2Cipher.java26 package com.sun.crypto.provider;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DProviderEndpointModel.java26 package com.sun.xml.internal.ws.server.provider;
62 * In which mode does this provider operate?
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java71 Provider p = new com.sun.crypto.provider.SunJCE();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DFinishConnect.java74 Selector selector = SelectorProvider.provider().openSelector();
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DEchoService.java166 Selector sel = ssc.provider().openSelector();
H A DEchoTest.java77 Selector sel = sc.provider().openSelector();
H A DStateTest.java56 Selector sel = ssc.provider().openSelector();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAParameters.java26 package sun.security.provider;
H A DDSAPrivateKey.java26 package sun.security.provider;
H A DDigestBase.java26 package sun.security.provider;
33 * Common base message digest implementation for the Sun provider.
H A DParameterCache.java26 package sun.security.provider;
39 * in the Sun, SunJCE, and SunPKCS11 provider if no parameters have been
H A DSecureRandom.java26 package sun.security.provider;
H A DSunEntries.java26 package sun.security.provider;
32 * Defines the entries of the SUN provider.
58 * specification that this provider implements.
62 * schema that this provider uses to find certificates and CRLs.
90 "sun.security.provider.NativePRNG");
93 "sun.security.provider.SecureRandom");
96 "sun.security.provider.NativePRNG");
102 map.put("Signature.SHA1withDSA", "sun.security.provider.DSA$SHA1withDSA");
103 map.put("Signature.NONEwithDSA", "sun.security.provider.DSA$RawDSA");
128 "sun.security.provider
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAdaptableX509CertSelector.java26 package sun.security.provider.certpath;
H A DAdjacencyList.java25 package sun.security.provider.certpath;
81 * @see sun.security.provider.certpath.BuildStep
82 * @see sun.security.provider.certpath.Vertex
H A DBuildStep.java26 package sun.security.provider.certpath;
38 * @see sun.security.provider.certpath.Vertex
H A DCollectionCertStore.java26 package sun.security.provider.certpath;
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java89 FileSystemProvider provider = fs.provider();
91 try (FileSystem fsPath = provider.newFileSystem(tmpfsPath, new HashMap<String, Object>())){}
92 try (FileSystem fsUri = provider.newFileSystem(
109 provider.newFileSystem(new File(System.getProperty("test.src", ".")).toPath(),
115 provider.newFileSystem(src, new HashMap<String, Object>());
588 .provider()
591 .provider()
680 try (SeekableByteChannel sbc = fs.provider().newFileChannel(path, read)) {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfo.java89 Provider provider) throws MarshalException {
123 (new DOMRetrievalMethod(childElem, context, provider));
88 DOMKeyInfo(Element kiElem, XMLCryptoContext context, Provider provider) argument
H A DDOMRetrievalMethod.java120 Provider provider) throws MarshalException {
140 (new DOMTransform(transformElem, context, provider));
119 DOMRetrievalMethod(Element rmElem, XMLCryptoContext context, Provider provider) argument
H A DDOMXMLObject.java92 Provider provider) throws MarshalException {
114 content.add(new DOMManifest(childElem, context, provider));
91 DOMXMLObject(Element objElem, XMLCryptoContext context, Provider provider) argument

Completed in 50 milliseconds

<<11121314151617181920