|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
javax.crypto.CipherInputStream
org.neuclear.commons.crypto.streams.PasswordDecryptingInputStream
public class PasswordDecryptingInputStream
User: pelleb Date: Mar 31, 2004 Time: 12:25:38 PM
| Field Summary |
|---|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
PasswordDecryptingInputStream(java.io.InputStream stream,
char[] password)
|
|
| Method Summary |
|---|
| Methods inherited from class javax.crypto.CipherInputStream |
|---|
available, close, markSupported, read, read, read, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
mark, reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordDecryptingInputStream(java.io.InputStream stream,
char[] password)
throws java.security.GeneralSecurityException
java.security.GeneralSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||