crypto/weakcryptospi/test/tplugins/inc/randomimpl.h
branchRCL_3
changeset 41 9b5a3a9fddf8
parent 8 35751d3474b7
--- a/crypto/weakcryptospi/test/tplugins/inc/randomimpl.h	Tue Jan 26 13:18:49 2010 +0200
+++ b/crypto/weakcryptospi/test/tplugins/inc/randomimpl.h	Sat Feb 20 00:36:18 2010 +0200
@@ -61,48 +61,7 @@
 		~CRandomImpl();
 		
 	private:
-		TUid iImplementationUid;
-	
-		};
-
-	class TRandomImpl {
-	/**
-	 * The user interface to the system cryptographically 
-	 * secure random number generator.
-	 */
-	public:
-		
-		/**
-		 * Fills the provided buffer with secure random data up to its
-		 * current length, discarding any current content.
-		 *
-		 * @param aDestination The buffer in which to write the random data.
-		 */
-		static void Random(TDes8& aDestination);
-		};
-	
-	class RRandomSessionImpl : public RSessionBase
-	/**
-	 * The client interface to the system random number generator. End
-	 * users should use TRandom instead of this interface.
-	 *
-	 */
-		{
-	public:
-		RRandomSessionImpl();
-		
-		/**
-		 * Fills the provided buffer with secure random data up to its
-		 * current length, discarding any current content.
-		 *
-		 * @param aDestination The buffer in to which to write the random data 
-		 */
-		TInt GetRandom(TDes8& aDestination);
-		
-		/**
-		 * Opens a new session with the random number server.
-		 */
-		void ConnectL();
+		TUid iImplementationUid;	
 		};
 	}