Searched refs:Provider (Results 201 - 225 of 313) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DTestECDH.java58 public void main(Provider p) throws Exception {
60 System.out.println("Provider does not support ECDH, skipping");
84 private final static void test(Provider p, String pub1s, String priv1s, String pub2s, String priv2s, String secrets) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestKeyPairGenerator.java42 private static Provider provider;
98 public void main(Provider p) throws Exception {
H A DKeyWrap.java42 public void main(Provider p) throws Exception {
66 System.out.println("Provider does not support RSA, skipping");
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java225 Provider p = (Provider) context.getProperty
277 Provider p = (Provider) context.getProperty
/openjdk7/jdk/src/share/classes/com/sun/tracing/
H A DProviderFactory.java34 * Creates an implementation of a Provider interface.
43 public abstract <T extends Provider> T createProvider(Class<T> cls);
49 * The created Provider instances will be linked to all appropriate
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java37 public class Connection implements Source.Provider, Link {
H A DSlot.java37 public abstract class Slot implements Port, Source.Provider {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DSyncProviderInvokerTube.java35 import javax.xml.ws.Provider;
40 * This tube is used to invoke the {@link Provider} endpoints.
54 * This binds the parameter for Provider endpoints and invokes the
55 * invoke() method of {@linke Provider} endpoint. The return value from
64 LOGGER.fine("Invoking Provider Endpoint");
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4517355.java38 import java.security.Provider;
H A DTestISO10126Padding.java36 import java.security.Provider;
/openjdk7/jdk/test/java/security/MessageDigest/
H A DByteBuffers.java39 Provider p = Security.getProvider("SUN");
/openjdk7/jdk/test/java/security/Signature/
H A DByteBuffers.java39 Provider p = Security.getProvider("SUN");
/openjdk7/jdk/test/javax/crypto/CryptoPermission/
H A DAllPermCheck.java86 Provider p = Security.getProvider("SunJCE");
/openjdk7/jdk/test/javax/crypto/Mac/
H A DByteBuffers.java42 Provider p = Security.getProvider("SunJCE");
/openjdk7/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestShort.java86 public void main(Provider provider) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/MessageDigest/
H A DByteBuffers.java43 public void main(Provider p) throws Exception {
45 System.out.println("Provider does not support MD5, skipping");
/openjdk7/jdk/test/sun/security/pkcs11/Provider/
H A DLogin.java42 public void main(Provider p) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddTrustedCert.java54 Provider p = getSunPKCS11(configName);
H A DJksSetPrivateKey.java47 Provider p = getSunPKCS11(configName);
/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DByteBuffers.java43 public void main(Provider p) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DImportKeyStore.java51 Provider p = new sun.security.pkcs11.SunPKCS11(nssCfg);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DEncryptedPrivateKeyInfo.java275 Provider provider) throws NoSuchAlgorithmException,
357 Provider provider = Security.getProvider(providerName);
383 Provider provider) throws NoSuchAlgorithmException,
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPKCS12CipherKAT.java91 abstract void run(Provider p) throws Exception;
128 void run(Provider p) throws Exception {
182 Provider p = Security.getProvider("SunJCE");
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RC2ArcFour/
H A DCipherKAT.java102 abstract void run(Provider p) throws Exception;
118 void run(Provider p) throws Exception {
204 Provider p = Security.getProvider("SunJCE");
/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DMacKAT.java102 abstract void run(Provider p) throws Exception;
116 void run(Provider p) throws Exception {
210 Provider p = Security.getProvider("SunJCE");

Completed in 80 milliseconds

1234567891011>>