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

123456789

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java45 * Secmod secmod = Secmod.getInstance();
51 * KeyStore ks = KeyStore.getInstance("PKCS11", p);
95 public static Secmod getInstance() { method in class:Secmod
248 MessageDigest md = MessageDigest.getInstance(algorithm);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java285 private static final Debug debug = Debug.getInstance("policy");
473 * If the caller specified a URL via Policy.getInstance,
493 * Caller did not specify URL via Policy.getInstance.
862 perm = getInstance(pe.permission,
943 * @exception InstantiationException if getInstance tries to
955 private static final Permission getInstance(String type, method in class:PolicyFile
1602 perms.add(getInstance(sp.getSelfType(),
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java108 private static final Debug debug = Debug.getInstance("certpath");
192 cf = CertificateFactory.getInstance("X.509");
211 static synchronized CertStore getInstance(LDAPCertStoreParameters params) method in class:LDAPCertStore
215 lcs = CertStore.getInstance("LDAP", params);
219 debug.println("LDAPCertStore.getInstance: cache hit");
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java175 public static Region getInstance(Shape s, AffineTransform at) { method in class:Region
176 return getInstance(WHOLE_REGION, false, s, at);
201 public static Region getInstance(Region devBounds, method in class:Region
204 return getInstance(devBounds, false, s, at);
234 public static Region getInstance(Region devBounds, boolean normalize, method in class:Region
250 Region r = Region.getInstance(box);
265 public static Region getInstance(Rectangle r) { method in class:Region
287 public static Region getInstance(int box[]) { method in class:Region
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java293 * NumberFormat.getInstance()
302 * NumberFormat.getInstance(myLocale)
538 * Private constructor used by getInstance method
575 baseLocale = BaseLocale.getInstance(convertOldISOCodes(language), "", country, variant);
635 return getInstance(base, null);
652 static Locale getInstance(String language, String country, String variant) { method in class:Locale
653 return getInstance(language, "", country, variant, null);
656 static Locale getInstance(String language, String script, String country, method in class:Locale
666 BaseLocale baseloc = BaseLocale.getInstance(language, script, country, variant);
667 return getInstance(baselo
670 static Locale getInstance(BaseLocale baseloc, LocaleExtensions extensions) { method in class:Locale
[all...]
H A DCalendar.java76 * class method, <code>getInstance</code>, for getting a generally useful
77 * object of this type. <code>Calendar</code>'s <code>getInstance</code> method
82 * Calendar rightNow = Calendar.getInstance();
966 public static Calendar getInstance() method in class:Calendar
981 public static Calendar getInstance(TimeZone zone) method in class:Calendar
994 public static Calendar getInstance(Locale aLocale) method in class:Calendar
1010 public static Calendar getInstance(TimeZone zone, method in class:Calendar
1046 * Returns an array of all locales for which the <code>getInstance</code>
1418 DateFormatSymbols symbols = DateFormatSymbols.getInstance(locale);
1499 DateFormatSymbols symbols = DateFormatSymbols.getInstance(local
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java147 protected Icon getInstance() {
156 protected Icon getInstance() {
165 protected Icon getInstance() {
764 protected Border getInstance() { method in class:AquaInternalFrameUI.InternalFrameShadow
789 protected Icon getInstance() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java1080 public static XMLSerializer getInstance() { method in class:XMLSerializer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java305 getInstance().handleError(e,false);
307 getInstance().handleError(e,false);
1059 return getInstance().getJAXBContext().getValidRootNames();
1186 public static UnmarshallingContext getInstance() { method in class:UnmarshallingContext
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java1335 static StackMapTableFrame getInstance(Code.StackMapFrame this_frame, method in class:ClassWriter.StackMapTableFrame
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java141 public static synchronized PKCS11 getInstance(String pkcs11ModulePath, String functionList, method in class:PKCS11
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java293 public static DataTransferer getInstance() { method in class:DataTransferer
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java242 * {@link FontManagerFactory#getInstance()} but it returns a
248 public static SunFontManager getInstance() { method in class:SunFontManager
249 FontManager fm = FontManagerFactory.getInstance();
671 SunFontManager.getInstance());
2983 SunFontManager fontManager = SunFontManager.getInstance();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java1592 static LdapClient getInstance(boolean usePool, String hostname, int port, method in class:LdapClient
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java256 * <b>NOTE<sub>2</sub>:</b> <code>getInstance()</code> does not follow the
267 * @see javax.crypto.Cipher#getInstance(java.lang.String)
269 public static XMLCipher getInstance(String transformation) throws method in class:XMLCipher
289 instance._canon = Canonicalizer.getInstance
299 instance._contextCipher = Cipher.getInstance(jceAlgorithm);
328 public static XMLCipher getInstance(String transformation, String canon) method in class:XMLCipher
330 XMLCipher instance = XMLCipher.getInstance(transformation);
334 instance._canon = Canonicalizer.getInstance(canon);
343 public static XMLCipher getInstance(String transformation,Cipher cipher) throws XMLEncryptionException { method in class:XMLCipher
362 instance._canon = Canonicalizer.getInstance
489 public static XMLCipher getInstance() method in class:XMLCipher
[all...]
/openjdk7/jdk/src/share/classes/java/awt/color/
H A DICC_Profile.java103 // getInstance(int cspace) factory method.
769 public static ICC_Profile getInstance(byte[] data) { method in class:ICC_Profile
826 public static ICC_Profile getInstance (int cspace) { method in class:ICC_Profile
929 p = getInstance (name);
965 public static ICC_Profile getInstance(String fileName) throws IOException { method in class:ICC_Profile
978 thisProfile = getInstance(fis);
1001 public static ICC_Profile getInstance(InputStream s) throws IOException { method in class:ICC_Profile
1013 return getInstance(profileData);
1903 * directly and instead have clients to call one of getInstance
1907 * with getInstance a
[all...]

Completed in 116 milliseconds

123456789