Uses of Interface
com.pega.pegarules.pub.crypto.IPRCipher

Packages that use IPRCipher
com.pega.pegarules.pub.crypto   
 

Uses of IPRCipher in com.pega.pegarules.pub.crypto
 

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.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.