home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1997 August
/
PCO0897.ISO
/
browser
/
tonline
/
ie32.exe
/
IEXPLORE.CAB
/
CLASSES.ZIP
/
sun
/
net
/
www
/
auth
/
Authenticator.class
(
.txt
)
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1996-10-01
|
393 b
|
12 lines
package sun.net.www.auth;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public abstract class Authenticator {
public abstract void encrypt(InputStream var1, OutputStream var2) throws IOException;
public abstract void decrypt(InputStream var1, OutputStream var2) throws IOException;
}