e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 103 (0.015 seconds)
Class: com.technoetic.xplanner.security.jaas.UserIdAndPasswordCallbackHandler  ©, Rating: 0% of 0, C2

22 } 23 if (callbacks[i] instanceof PasswordCallback) { 24 ((PasswordCallback)callbacks[i]).setPassword(password.toCharArray()); 25 } 26 }

Class: org.apache.jmeter.ProxyAuthenticator  ©, Rating: 0% of 0, C1

46 { 47 this.userName = userName; 48 this.password = password.toCharArray(); 49 } 50

Class: com.technoetic.xplanner.security.jaas.JaasLoginModuleAdapter  ©, Rating: 0% of 0, C1

36 Map sharedState = new HashMap(); 37 sharedState.put(USERID, userId); 38 sharedState.put(PASSWORD, password.toCharArray()); 39 jaasLoginModule.initialize(subject, 40 new UserIdAndPasswordCallbackHandler(userId, password),

Class: org.apache.axis.utils.DefaultAuthenticator  ©, Rating: 0% of 0, C1

82 password = getTransportClientProperties().getProxyPassword(); 83 } 84 return new java.net.PasswordAuthentication(user, password.toCharArray()); 85 } 86

Class: org.apache.jmeter.util.keystore.DefaultKeyStore  ©, Rating: 0% of 0, C2

56 if (store.isKeyEntry(alias)) 57 { 58 key = (PrivateKey) store.getKey(alias, pword.toCharArray()); 59 Certificate[] chain = store.getCertificateChain(alias); 60 certChain = new X509Certificate[chain.length];

Class: org.apache.jmeter.util.keystore.DefaultKeyStore  ©, Rating: 0% of 0, C2

46 public void load(InputStream is, String pword) throws Exception 47 { 48 store.load(is, pword.toCharArray()); 49 PrivateKey key = null; 50 X509Certificate[] certChain = null;

Class: org.apache.catalina.realm.JAASCallbackHandler  ©, Rating: 0% of 0, C2

110 final char[] passwordcontents; 111 if (password != null) { 112 passwordcontents = password.toCharArray(); 113 } else { 114 passwordcontents = new char[0];

Class: org.apache.batik.ext.swing.DoubleDocument  ©, Rating: 0% of 0, C3

075 076 // Strip non digit characters 077 char[] buffer = str.toCharArray(); 078 char[] digit = new char[buffer.length]; 079 int j = 0;

Class: org.apache.tomcat.util.net.jsse.JSSE13SocketFactory  ©, Rating: 0% of 0, C3

093 } 094 String keystorePass = getKeystorePassword(); 095 kmf.init(getKeystore(keystoreType, keystorePass), 096 keystorePass.toCharArray()); 097

Class: org.apache.catalina.ssi.ExpressionTokenizer  ©, Rating: 0% of 0, C1


Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next