WEB-INF.cftags.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 WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
bytes
encoding
algorithm
key
algorithm
key
input
key
input
encoding
key
input
encoding
key
input
encoding
algorithm