Searched refs:Provider (Results 151 - 175 of 313) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/security/Security/signedfirst/
H A Dexp.jarMETA-INF/MANIFEST.MF META-INF/MYKEY.SF META-INF/MYKEY.RSA META ...
/openjdk7/jdk/test/sun/security/mscapi/
H A DAccessKeyStore.java28 import java.security.Provider;
55 Provider p = Security.getProvider("SunMSCAPI");
/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java50 private TestResult test(String algorithm, int keyLen, Provider p,
88 public void main(Provider p) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DTestCurves.java50 public void main(Provider p) throws Exception {
94 private static void testSigning(Provider p, String algorithm,
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestSignatures.java44 private static Provider provider;
97 public void main(Provider p) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/tls/
H A DTestMasterSecret.java36 import java.security.Provider;
54 public void main(Provider provider) throws Exception {
H A DTestPRF.java36 import java.security.Provider;
53 public void main(Provider provider) throws Exception {
55 System.out.println("Provider does not support algorithm, skipping");
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java204 private Provider provider;
576 protected KeyStore(KeyStoreSpi keyStoreSpi, Provider provider, String type)
587 * starting with the most preferred Provider.
590 * Provider that supports the specified type is returned.
603 * @exception KeyStoreException if no Provider supports a
607 * @see Provider
614 return new KeyStore((KeyStoreSpi)objs[0], (Provider)objs[1], type);
653 * @see Provider
662 return new KeyStore((KeyStoreSpi)objs[0], (Provider)objs[1], type);
672 * KeyStoreSpi implementation from the specified Provider
[all...]
H A DKeyPairGenerator.java32 import java.security.Provider.Service;
133 Provider provider;
179 * starting with the most preferred Provider.
182 * Provider that supports the specified algorithm is returned.
195 * @exception NoSuchAlgorithmException if no Provider supports a
199 * @see Provider
263 * @see Provider
278 * KeyPairGeneratorSpi implementation from the specified Provider
279 * object is returned. Note that the specified Provider object
294 * from the specified Provider objec
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java45 import java.security.Provider;
72 * <a href="../../../../../technotes/guides/security/xmldsig/overview.html#Service Provider">
77 * using the {@link java.security.Provider} mechanism.
79 * DOM mechanism would be specified in the <code>Provider</code> subclass as:
154 private Provider provider;
168 * registered security <code>Provider</code>s, starting with the most
169 * preferred <code>Provider</code>. A new <code>XMLSignatureFactory</code>
170 * object from the first <code>Provider</code> that supports the specified
178 * href="../../../../../technotes/guides/security/xmldsig/overview.html#Service Provider">
184 * @throws NoSuchMechanismException if no <code>Provider</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurity.java34 import java.security.Provider.Service;
57 // Map<Provider,?> of the providers we already have verified
62 // Map<Provider,?> of the providers currently being verified
108 Provider provider) throws NoSuchAlgorithmException {
172 static synchronized Exception getVerificationResult(Provider p) {
200 static boolean canUseProvider(Provider p) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DSource.java74 public interface Provider { interface in class:Source
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DSEIModel.java37 import javax.xml.ws.Provider;
55 * not available with {@link Dispatch} or {@link Provider}. Technologies that
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DPipe.java35 import javax.xml.ws.Provider;
70 * There would be a {@link Pipe} implementation that invokes {@link Provider}.
H A DPipelineAssembler.java38 import javax.xml.ws.Provider;
H A DTube.java37 import javax.xml.ws.Provider;
85 * There would be a {@link Tube} implementation that invokes {@link Provider}.
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4512524.java37 import java.security.Provider;
H A DTest4512704.java37 import java.security.Provider;
H A DTest4513830.java38 import java.security.Provider;
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DFlushBug.java39 Provider prov = new com.sun.crypto.provider.SunJCE();
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/
H A DGetInstance.java27 * @summary verify getInstance() works using Provider.getService()
38 private static void same(Provider p1, Provider p2) throws Exception {
47 Provider p = Security.getProvider("SunJSSE");
122 Provider p = Security.getProvider("SunJSSE");
/openjdk7/jdk/test/java/security/Provider/
H A DRemoveProvider.java49 Provider p1 = new MyProvider("name1",1,"");
53 Provider p2 = new MyProvider("name2",1,"");
58 Provider[] provs = Security.getProviders();
185 class MyProvider extends Provider {
/openjdk7/jdk/test/java/security/Signature/
H A DNONEwithRSA.java51 System.out.println("Provider: " + sig.getProvider());
83 private static void showProvider(Provider p) {
/openjdk7/jdk/test/javax/crypto/CryptoPermission/
H A DLowercasePermCheck.java49 Provider p = Security.getProvider("SunJCE");
/openjdk7/jdk/test/javax/crypto/KeyGenerator/
H A DTestGetInstance.java46 Provider p = Security.getProvider("SunJCE");

Completed in 49 milliseconds

1234567891011>>