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. 
 

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.
 


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