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

123456789

/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5AcceptCredential.java64 static Krb5AcceptCredential getInstance(final GSSCaller caller, Krb5NameElement name) method in class:Krb5AcceptCredential
94 name = Krb5NameElement.getInstance(fullName,
H A DKrb5NameElement.java70 static Krb5NameElement getInstance(String gssNameStr, Oid gssNameType) method in class:Krb5NameElement
133 static Krb5NameElement getInstance(PrincipalName principalName) { method in class:Krb5NameElement
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DCredentialsCache.java55 public static CredentialsCache getInstance(PrincipalName principal) { method in class:CredentialsCache
59 public static CredentialsCache getInstance(String cache) { method in class:CredentialsCache
68 public static CredentialsCache getInstance(PrincipalName principal, method in class:CredentialsCache
90 public static CredentialsCache getInstance() { method in class:CredentialsCache
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DCksumType.java45 public static CksumType getInstance(int cksumTypeConst) method in class:CksumType
124 public static CksumType getInstance() throws KdcErrException { method in class:CksumType
128 Config c = Config.getInstance();
138 return getInstance(cksumType);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DHostnameChecker.java73 public static HostnameChecker getInstance(byte checkType) { method in class:HostnameChecker
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUCharacterIterator.java83 public static final UCharacterIterator getInstance(String source){ method in class:UCharacterIterator
96 public static final UCharacterIterator getInstance(StringBuffer source){ method in class:UCharacterIterator
108 public static final UCharacterIterator getInstance(CharacterIterator source){ method in class:UCharacterIterator
205 * UChacterIterator iter = new UCharacterIterator.getInstance(text);
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderQueue.java66 public static synchronized OGLRenderQueue getInstance() { method in class:OGLRenderQueue
100 OGLRenderQueue rq = getInstance();
123 return (Thread.currentThread() == getInstance().flusher);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelDeviceEventNotifier.java73 AccelDeviceEventNotifier getInstance(boolean create) method in class:AccelDeviceEventNotifier
93 AccelDeviceEventNotifier notifier = getInstance(false);
110 getInstance(true).add(l, screen);
119 getInstance(true).remove(l);
/openjdk7/jdk/src/share/sample/nio/server/
H A DChannelIO.java74 static ChannelIO getInstance(SocketChannel sc, boolean blocking) method in class:ChannelIO
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXKeyboardFocusManagerPeer.java42 public static XKeyboardFocusManagerPeer getInstance() { method in class:XKeyboardFocusManagerPeer
112 getInstance().getCurrentFocusOwner());
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSecuritySupport.java51 public static SecuritySupport getInstance() { method in class:SecuritySupport
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLReaderManager.java80 public static XMLReaderManager getInstance(boolean useServicesMechanism) { method in class:XMLReaderManager
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DStatusBar.java49 public static StatusBar getInstance() method in class:StatusBar
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java56 * static {@link #getInstance getInstance} methods, passing in the XML
60 * KeyInfoFactory factory = KeyInfoFactory.getInstance("DOM");
144 public static KeyInfoFactory getInstance(String mechanismType) { method in class:KeyInfoFactory
150 instance = GetInstance.getInstance
182 public static KeyInfoFactory getInstance(String mechanismType, method in class:KeyInfoFactory
192 instance = GetInstance.getInstance
228 public static KeyInfoFactory getInstance(String mechanismType, method in class:KeyInfoFactory
240 instance = GetInstance.getInstance
271 public static KeyInfoFactory getInstance() { method in class:KeyInfoFactory
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java118 * a single instance. Use getInstance() to reference it.
120 * @see AWTAutoShutdown#getInstance
127 public static AWTAutoShutdown getInstance() { method in class:AWTAutoShutdown
140 getInstance().setToolkitBusy(true);
152 getInstance().setToolkitBusy(false);
323 return new AWTEvent(getInstance(), 0) {};
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java57 static InputMethodPopupMenu getInstance(Component client, String title) { method in class:InputMethodPopupMenu
162 ((ExecutableInputMethodManager)InputMethodManager.getInstance()).changeInputMethod(choice);
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java40 * <code>getInstance</code> factory methods (static methods that
161 private static KeyPairGenerator getInstance(Instance instance, method in class:KeyPairGenerator
201 public static KeyPairGenerator getInstance(String algorithm) method in class:KeyPairGenerator
216 GetInstance.getInstance(s, KeyPairGeneratorSpi.class);
218 return getInstance(instance, algorithm);
265 public static KeyPairGenerator getInstance(String algorithm, method in class:KeyPairGenerator
268 Instance instance = GetInstance.getInstance("KeyPairGenerator",
270 return getInstance(instance, algorithm);
302 public static KeyPairGenerator getInstance(String algorithm, method in class:KeyPairGenerator
304 Instance instance = GetInstance.getInstance("KeyPairGenerato
[all...]
H A DMessageDigest.java60 * MessageDigest md = MessageDigest.getInstance("SHA");
156 public static MessageDigest getInstance(String algorithm) method in class:MessageDigest
210 public static MessageDigest getInstance(String algorithm, String provider) method in class:MessageDigest
257 public static MessageDigest getInstance(String algorithm, method in class:MessageDigest
513 * the getInstance() methods above return an instance of this class, with
H A DSecureRandom.java52 * no-argument constructor or one of the <code>getInstance</code> methods:
198 SecureRandom random = SecureRandom.getInstance(prng);
274 public static SecureRandom getInstance(String algorithm) method in class:SecureRandom
276 Instance instance = GetInstance.getInstance("SecureRandom",
325 public static SecureRandom getInstance(String algorithm, String provider) method in class:SecureRandom
327 Instance instance = GetInstance.getInstance("SecureRandom",
369 public static SecureRandom getInstance(String algorithm, method in class:SecureRandom
371 Instance instance = GetInstance.getInstance("SecureRandom",
491 * <code>getInstance</code> methods to obtain a SecureRandom object, and
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurity.java94 static Instance getInstance(String type, Class clazz, String algorithm, method in class:JceSecurity
104 return GetInstance.getInstance(s, clazz);
107 static Instance getInstance(String type, Class clazz, String algorithm, method in class:JceSecurity
116 return GetInstance.getInstance(s, clazz);
119 static Instance getInstance(String type, Class clazz, String algorithm) method in class:JceSecurity
130 Instance instance = GetInstance.getInstance(s, clazz);
H A DKeyAgreement.java79 Debug.getInstance("jca", "KeyAgreement");
126 * <code>getInstance</code> calls that created this
166 public static final KeyAgreement getInstance(String algorithm) method in class:KeyAgreement
220 public static final KeyAgreement getInstance(String algorithm, method in class:KeyAgreement
223 Instance instance = JceSecurity.getInstance
261 public static final KeyAgreement getInstance(String algorithm, method in class:KeyAgreement
263 Instance instance = JceSecurity.getInstance
H A DKeyGenerator.java40 * <p>Key generators are constructed using one of the <code>getInstance</code>
167 * <code>getInstance</code> calls that created this
205 public static final KeyGenerator getInstance(String algorithm) method in class:KeyGenerator
246 public static final KeyGenerator getInstance(String algorithm, method in class:KeyGenerator
249 Instance instance = JceSecurity.getInstance("KeyGenerator",
285 public static final KeyGenerator getInstance(String algorithm, method in class:KeyGenerator
287 Instance instance = JceSecurity.getInstance("KeyGenerator",
H A DMac.java78 Debug.getInstance("jca", "Mac");
128 * <code>getInstance</code> calls that created this
164 public static final Mac getInstance(String algorithm) method in class:Mac
214 public static final Mac getInstance(String algorithm, String provider) method in class:Mac
216 Instance instance = JceSecurity.getInstance
249 public static final Mac getInstance(String algorithm, Provider provider) method in class:Mac
251 Instance instance = JceSecurity.getInstance
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java38 * MessageDigestAlgorithm.getInstance()
88 public static MessageDigestAlgorithm getInstance( method in class:MessageDigestAlgorithm
109 md = MessageDigest.getInstance(algorithmID);
111 md = MessageDigest.getInstance(algorithmID,provider);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizer.java122 * Method getInstance
128 public static final Canonicalizer getInstance(String algorithmURI) method in class:Canonicalizer

Completed in 79 milliseconds

123456789