Package | Description |
---|---|
com.pega.pegarules.pub.crypto |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.