org.productivity.java.habitat4j.crypto.decryptor.keyprotector
Interface KeyProtectorIF

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GenericKeyProtector

public interface KeyProtectorIF
extends java.io.Serializable


Method Summary
 KeyInfoIF decrypt(java.io.Serializable in)
           
 void initialize()
           
 

Method Detail

initialize

void initialize()
                throws DecryptorException
Throws:
DecryptorException

decrypt

KeyInfoIF decrypt(java.io.Serializable in)
                  throws DecryptorException
Throws:
DecryptorException