org.productivity.java.habitat4j.crypto.decryptor.key
Interface KeyInfoIF

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

public interface KeyInfoIF
extends java.io.Serializable


Method Summary
 java.io.Serializable getIv()
           
 java.io.Serializable getKey()
           
 

Method Detail

getKey

java.io.Serializable getKey()
                            throws DecryptorException
Throws:
DecryptorException

getIv

java.io.Serializable getIv()
                           throws DecryptorException
Throws:
DecryptorException