Groovy Documentation

griffon.plugins.bcrypt
[Java] Class BCryptExtension

java.lang.Object
  griffon.plugins.bcrypt.BCryptExtension

public class BCryptExtension
extends Object

Authors:
Andres Almiray


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

BCryptExtension()


 
Method Detail

encodeAsBcrypt

public static String encodeAsBcrypt(String self)


encodeAsBcrypt

public static String encodeAsBcrypt(String self, int genSaltRound)


 

Groovy Documentation