Searched defs:getInstance (Results 51 - 75 of 216) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSecretKeyFactory.java157 public static final SecretKeyFactory getInstance(String algorithm) method in class:SecretKeyFactory
200 public static final SecretKeyFactory getInstance(String algorithm, method in class:SecretKeyFactory
203 Instance instance = JceSecurity.getInstance("SecretKeyFactory",
241 public static final SecretKeyFactory getInstance(String algorithm, method in class:SecretKeyFactory
243 Instance instance = JceSecurity.getInstance("SecretKeyFactory",
266 * <code>getInstance</code> calls that created this
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelIdentifier.java113 public int getInstance() { method in class:ModelIdentifier
153 if (mobj.getInstance() != getInstance())
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLContext.java82 public static SSLContext getInstance(String protocol) method in class:SSLContext
109 public static SSLContext getInstance(String protocol, String provider) method in class:SSLContext
132 public static SSLContext getInstance(String protocol, Provider provider) method in class:SSLContext
147 * <code>getInstance</code> calls that created this
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java41 protected LayerPainter getInstance() {
46 protected static LayeredHighlighter.LayerPainter getInstance() { method in class:AquaHighlighter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamReaderFactory.java42 public static FastInfosetStreamReaderFactory getInstance() { method in class:FastInfosetStreamReaderFactory
/openjdk7/jdk/src/windows/classes/sun/java2d/
H A DScreenUpdateManager.java126 public static synchronized ScreenUpdateManager getInstance() { method in class:ScreenUpdateManager
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DRenderQueue.java49 public static synchronized D3DRenderQueue getInstance() { method in class:D3DRenderQueue
76 (D3DScreenUpdateManager)ScreenUpdateManager.getInstance();
95 D3DRenderQueue rq = getInstance();
119 D3DRenderQueue rq = getInstance();
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java55 public static JarFileFactory getInstance() { method in class:JarFileFactory
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DAnnotationTypeOptionalMemberBuilder.java66 public static AnnotationTypeOptionalMemberBuilder getInstance( method in class:AnnotationTypeOptionalMemberBuilder
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDebug.java88 public static Debug getInstance(String option) method in class:Debug
90 return getInstance(option, option);
97 public static Debug getInstance(String option, String prefix) method in class:Debug
138 * created from the call to getInstance.
H A DTrustManagerFactoryImpl.java40 private static final Debug debug = Debug.getInstance("ssl");
79 trustManager = getInstance(ks);
83 abstract X509TrustManager getInstance(KeyStore ks) throws KeyStoreException; method in class:TrustManagerFactoryImpl
85 abstract X509TrustManager getInstance(ManagerFactoryParameters spec) method in class:TrustManagerFactoryImpl
90 trustManager = getInstance(spec);
210 ks = KeyStore.getInstance(defaultTrustStoreType);
212 ks = KeyStore.getInstance(defaultTrustStoreType,
239 X509TrustManager getInstance(KeyStore ks) throws KeyStoreException { method in class:TrustManagerFactoryImpl.SimpleFactory
242 X509TrustManager getInstance(ManagerFactoryParameters spec) method in class:TrustManagerFactoryImpl.SimpleFactory
251 X509TrustManager getInstance(KeyStor method in class:TrustManagerFactoryImpl.PKIXFactory
254 X509TrustManager getInstance(ManagerFactoryParameters spec) method in class:TrustManagerFactoryImpl.PKIXFactory
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDebug.java111 public static Debug getInstance(String option) method in class:Debug
113 return getInstance(option, option);
120 public static Debug getInstance(String option, String prefix) method in class:Debug
149 * created from the call to getInstance.
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DVersionInfo.java64 public static VersionInfo getInstance(String version) method in class:VersionInfo
96 return getInstance(array[0], array[1], array[2], array[3]);
109 public static VersionInfo getInstance(int major, int minor, int milli, method in class:VersionInfo
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DDecimalFormatSymbolsProviderImpl.java58 public DecimalFormatSymbols getInstance(Locale locale) { method in class:DecimalFormatSymbolsProviderImpl
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXErrorHandler.java83 public static IgnoreBadWindowHandler getInstance() { method in class:XErrorHandler.IgnoreBadWindowHandler
98 public static VerifyChangePropertyHandler getInstance() { method in class:XErrorHandler.VerifyChangePropertyHandler
122 public static XShmAttachHandler getInstance() { method in class:XErrorHandler.XShmAttachHandler
145 public static GLXBadAllocHandler getInstance() { method in class:XErrorHandler.GLXBadAllocHandler
169 public static XChangeWindowAttributesHandler getInstance() { method in class:XErrorHandler.XChangeWindowAttributesHandler
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java55 public static JarFileFactory getInstance() { method in class:JarFileFactory
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSyntheticRepository.java100 public static SyntheticRepository getInstance() { method in class:SyntheticRepository
101 return getInstance(ClassPath.SYSTEM_CLASS_PATH);
104 public static SyntheticRepository getInstance(ClassPath classPath) { method in class:SyntheticRepository
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DSchemaDVFactory.java56 public static synchronized final SchemaDVFactory getInstance() throws DVFactoryException { method in class:SchemaDVFactory
57 return getInstance(DEFAULT_FACTORY_CLASS);
58 } //getInstance(): SchemaDVFactory
69 public static synchronized final SchemaDVFactory getInstance(String factoryClass) throws DVFactoryException { method in class:SchemaDVFactory
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DSecuritySupport.java46 static SecuritySupport getInstance() { method in class:SecuritySupport
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DEmptyIterator.java37 public static DTMAxisIterator getInstance() {return INSTANCE;} method in class:EmptyIterator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSecuritySupport.java46 static SecuritySupport getInstance() { method in class:SecuritySupport
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/action/
H A DActionManager.java44 public static ActionManager getInstance() method in class:ActionManager
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLContext.java83 * <code>SSLContext.getInstance("Default")</code>.
91 * {@link SSLContext#getInstance SSLContext.getInstance()} call fails
97 defaultContext = SSLContext.getInstance("Default");
154 public static SSLContext getInstance(String protocol) method in class:SSLContext
156 GetInstance.Instance instance = GetInstance.getInstance
197 public static SSLContext getInstance(String protocol, String provider) method in class:SSLContext
199 GetInstance.Instance instance = GetInstance.getInstance
234 public static SSLContext getInstance(String protocol, Provider provider) method in class:SSLContext
236 GetInstance.Instance instance = GetInstance.getInstance
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DConfiguration.java185 * constructed by invoking one of the <code>getInstance</code> factory methods
347 public static Configuration getInstance(String type, method in class:Configuration
353 GetInstance.Instance instance = GetInstance.getInstance
410 public static Configuration getInstance(String type, method in class:Configuration
421 GetInstance.Instance instance = GetInstance.getInstance
472 public static Configuration getInstance(String type, method in class:Configuration
483 GetInstance.Instance instance = GetInstance.getInstance
511 * was obtained via a call to <code>Configuration.getInstance</code>.
526 * was obtained via a call to <code>Configuration.getInstance</code>.
541 * was obtained via a call to <code>Configuration.getInstance</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/security/cert/
H A DX509Certificate.java89 * X509Certificate cert = X509Certificate.getInstance(inStream);
95 * X509Certificate cert = X509Certificate.getInstance(certData);
177 public static final X509Certificate getInstance(InputStream inStream) method in class:X509Certificate
203 public static final X509Certificate getInstance(byte[] certData) method in class:X509Certificate

Completed in 75 milliseconds

123456789