Methods in com.pega.pegarules.pub.crypto that return IPRCipher |
IPRCipher |
IPRCrypto.getCipher(java.lang.String aAlgorithm,
byte[] aKey,
int aKeylen,
byte[] aParams)
Constructs an IPRCipher implementation with the specified parameters. |
IPRCipher |
IPRCrypto.getCipher(java.lang.String aProvider,
java.lang.String aAlgorithm,
byte[] aKey,
int aKeylen,
byte[] aParams)
Constructs an IPRCipher implementation with the specified parameters. |
IPRCipher |
IPRCrypto.getPortableCipher()
returns the PegaRULES default portable cipher implementation. |
IPRCipher |
IPRCrypto.getSiteCipher()
returns the site-specific cipher implementation. |