lucee.Componentmura.cryptUtility
I provide easy access to Java's HMAC security / crypto methods.
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any
|
_encodeByteArray([any bytes], [string encoding='hex'])
|
any
|
_getMacInstance([string algorithm], [string key])
|
any
|
_hashInputWithAlgorithmAndKey([string algorithm], [string key], [string input])
|
any
|
hmacMd5([string key], [string input], [string encoding='hex'])
|
any
|
hmacSha1([string key], [string input], [string encoding='hex'])
|
any
|
hmacSha256([string key], [string input], [string encoding='hex'])
|
any
|
sha1([any algorithm])
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
bytes
encoding
algorithm
key
algorithm
key
input
key
input
encoding
key
input
encoding
key
input
encoding
algorithm