Uses of Interface
org.eclipse.emf.ecore.resource.URIConverter.Cipher

Packages that use URIConverter.Cipher
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.test.core.ecore   
 

Uses of URIConverter.Cipher in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement URIConverter.Cipher
 class AESCipherImpl
          EMF implementation for the URIConverter.Cipher interface using the AES encryption algorithm.
 class CryptoCipherImpl
          Deprecated. Deprecated in 2.3.0. Use DESCipherImpl or AESCipherImpl instead. This class will be removed in future versions of EMF.
 class DESCipherImpl
          EMF implementation for the URIConverter.Cipher interface using the DES encryption algorithm.
 

Uses of URIConverter.Cipher in org.eclipse.emf.test.core.ecore
 

Methods in org.eclipse.emf.test.core.ecore with parameters of type URIConverter.Cipher
protected  void PersistenceTest.cipherTest(URIConverter.Cipher cipher)
           
protected  java.lang.String PersistenceTest.readEncriptedBytes(URIConverter.Cipher cipher, byte[] bytes)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.