RandomData



Uses of Class
javacard.security.RandomData

Packages that use RandomData
com.licel.jcardsim.crypto   
javacard.security   
 

Uses of RandomData in com.licel.jcardsim.crypto
 

Subclasses of RandomData in com.licel.jcardsim.crypto
 class RandomDataImpl
          Implementation RandomData based on BouncyCastle CryptoAPI
 

Uses of RandomData in javacard.security
 

Methods in javacard.security that return RandomData
static RandomData RandomData.getInstance(byte algorithm)
          Creates a RandomData instance of the selected algorithm.