Searched defs:compute (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ |
H A D | ComputedParamHandler.java | 53 public Object compute(String param); method in interface:ComputedParamHandler
|
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/security/common/ |
H A D | SSHA.java | 83 public static byte[] compute(byte[] salt, byte[] password, String algo) method in class:SSHA 138 /* public static byte[] compute(int saltBytes, byte[] password) 145 return compute(salt, password); 153 * @param hash Result of prior compute() operation. 194 * a convenience method combining compute() and encode(). 206 byte[] hash = compute(salt, password); 213 * a convenience method combining compute() and encode(). 229 byte[] hash = compute(salt, password); 275 byte[] newHash = compute(salt, password, algo);
|
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/ |
H A D | moo.fx.js | 72 this.now = this.compute(this.from, this.to); 75 compute: function(from, to){ 147 for (p in this.from) this.now[p] = this.compute(this.from[p], this.to[p]);
|
Completed in 962 milliseconds