Searched refs:provider (Results 401 - 425 of 484) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPChecker.java26 package sun.security.provider.certpath;
51 import static sun.security.provider.certpath.OCSP.*;
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java88 super(group.provider());
99 super(group.provider());
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletSecurity.java45 import sun.security.provider.*;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESWrapCipher.java26 package com.sun.crypto.provider;
H A DDHKeyAgreement.java26 package com.sun.crypto.provider;
H A DDHPrivateKey.java26 package com.sun.crypto.provider;
H A DDHPublicKey.java26 package com.sun.crypto.provider;
H A DHmacCore.java26 package com.sun.crypto.provider;
H A DOAEPParameters.java26 package com.sun.crypto.provider;
H A DPBECipherCore.java26 package com.sun.crypto.provider;
H A DPBKDF2KeyImpl.java26 package com.sun.crypto.provider;
H A DRC2Parameters.java26 package com.sun.crypto.provider;
H A DTlsPrfGenerator.java26 package com.sun.crypto.provider;
347 * a different provider algorithm: "SunTls12Prf". If we reused the
348 * name "SunTlsPrf", the PKCS11 provider would need be updated to
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DSOAPProviderArgumentBuilder.java26 package com.sun.xml.internal.ws.server.provider;
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestShortBuffer.java38 import com.sun.crypto.provider.*;
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DPaddingTest.java35 import com.sun.crypto.provider.*;
H A DPerformanceTest.java39 import com.sun.crypto.provider.*;
199 ("our JCA calling through Cipher to a particular provider");
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHKeyAgreement3.java39 import com.sun.crypto.provider.SunJCE;
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java66 // Target is location associated with custom provider
204 // verify other attributes when same provider
205 if (source.getFileSystem().provider() == target.getFileSystem().provider()) {
632 // verify other attributes when same provider
633 if (source.getFileSystem().provider() == target.getFileSystem().provider()) {
/openjdk7/jdk/test/sun/security/provider/MessageDigest/
H A DDigestKAT.java111 md = sun.security.provider.MD4.getInstance();
228 System.out.println("Testing provider " + p.getName() + "...");
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DComparator.java41 import sun.security.provider.PolicyFile;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java35 import sun.security.provider.ParameterCache;
199 // This provider supports 64K or less.
H A DSessionManager.java39 * provider. It allows code to checkout a session, release it
207 (token.provider.slotID, openSessionFlags, null, null);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAParameterGenerator.java26 package sun.security.provider;
H A DKeyProtector.java26 package sun.security.provider;

Completed in 58 milliseconds

<<11121314151617181920