|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.bcrypt.BCryptExtension
public class BCryptExtension extends Object
| Constructor Summary | |
BCryptExtension()
|
|
| Method Summary | |
|---|---|
static String
|
encodeAsBcrypt(String self)
|
static String
|
encodeAsBcrypt(String self, int genSaltRound)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
BCryptExtension()
| Method Detail |
|---|
public static String encodeAsBcrypt(String self)
public static String encodeAsBcrypt(String self, int genSaltRound)
Groovy Documentation