org.productivity.java.habitat4j.crypto.decryptor.keyreader.classpath
Class ClasspathKeyReader
java.lang.Object
org.productivity.java.habitat4j.crypto.decryptor.StaticCrypto
org.productivity.java.habitat4j.crypto.decryptor.keyreader.KeyReader
org.productivity.java.habitat4j.crypto.decryptor.keyreader.classpath.ClasspathKeyReader
public class ClasspathKeyReader
- extends KeyReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BYTE_BUFFER_SIZE
protected static final int BYTE_BUFFER_SIZE
- See Also:
- Constant Field Values
CHAR_SET
protected static java.lang.String CHAR_SET
ClasspathKeyReader
public ClasspathKeyReader()
readInputStream
protected byte[] readInputStream(java.io.InputStream inputStream)
throws DecryptorException
- Throws:
DecryptorException
readKeyFromClasspath
protected java.lang.String readKeyFromClasspath(java.lang.String keyLocation)
throws DecryptorException
- Throws:
DecryptorException
readProtectedKey
public java.io.Serializable readProtectedKey()
throws DecryptorException
- Specified by:
readProtectedKey in class KeyReader
- Throws:
DecryptorException