implement cipher api

This commit is contained in:
Sebastian Sdorra
2011-09-03 16:52:09 +02:00
parent ef94584be6
commit d5ad621849
5 changed files with 399 additions and 2 deletions

View File

@@ -33,14 +33,12 @@
package sonia.scm.security;
import com.google.inject.Singleton;
/**
*
* @author Sebastian Sdorra
* @since 1.7
*/
@Singleton
public interface CipherHandler
{