Package | Description |
---|---|
com.pega.pegarules.pub.crypto |
Modifier and Type | Method and Description |
---|---|
static IPRCrypto.DigestAlgorithm |
IPRCrypto.DigestAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPRCrypto.DigestAlgorithm[] |
IPRCrypto.DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IPRCrypto.digestString(java.lang.String aInput,
IPRCrypto.DigestAlgorithm aAlgorithm)
Returns the hashed value of a String input.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.