Package edu.pdx.cs399J.security

This package contains example code that demonstrates a number of Java's security features.

See:
          Description

Interface Summary
Game This interface describes a game.
 

Class Summary
GameConsole This class represents a game console that can play many games.
GameConsolePriv This class represents a game console that can play many games.
GenerateKeys This program generates a pair of DSA keys in files named public.key and private.key
GuessingGame This is a little guessing game that counts the number of times it takes the user to guess a number between one and ten.
PrintDigest This program computes the MD5 digest of a sentence specified on the command line.
PrintUser This class demonstrates SecurityManagers and Permissions by attempting to access the user.name system property.
SignMessage This program computes the DSA digital signature of a message using a private key.
VerifyMessage This program verifies that a given message was signed by the person with a given public key.
WriteToHomeDir This program writes a file in the user's home directory.
 

Package edu.pdx.cs399J.security Description

This package contains example code that demonstrates a number of Java's security features.



Copyright © 2000-2009 Portland State University. All Rights Reserved.