A B C D E F G K L M R S T

A

addStreamConstructedListener(StreamConstructedListener) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
This bean currently can only support one listener.
addStringConstructedListener(StringConstructedListener) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
This bean currently can only support one listener.
addTransformCompletedListener(TransformCompletedListener) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
This bean currently can only support one listener.

B

beanClass - Static variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.CryptoBeanInfo
 
beanClass - Static variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStreamBeanInfo
 
beanClass - Static variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo
 

C

ciphertext - Variable in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
cleartext - Variable in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
ClearToCipherTest - class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest.
 
ClearToCipherTest() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
constructStream(String) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
Puts the contents of s into an InputStream for consumption by another object.
constructString(InputStream) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
Puts the contents of in into a String.
createKeyStore() - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 
crypto - Variable in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
Crypto - class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto.
A JavaBean that encapsulates common encryption functions.
crypto_transformCompleted(TransformCompletedEvent) - Method in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
Crypto() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
 
CryptoBeanInfo - class edu.ucf.cs.courses.cop4610l.beans.crypto.CryptoBeanInfo.
 
CryptoBeanInfo() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.crypto.CryptoBeanInfo
 

D

doSymmetricDecrypt(InputStream) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Decrypts contents of in using the algorithm specified by symmetricCipherName.
doSymmetricEncrypt(InputStream) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Encrypts contents of in using the algorithm specified by symmetricCipherName.
doSymmetricTransform(InputStream, int) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Used by both doSymmmetricEncrypt and doSymmetricDecrypt.

E

edu.ucf.cs.courses.cop4610l.beans.crypto - package edu.ucf.cs.courses.cop4610l.beans.crypto
 
edu.ucf.cs.courses.cop4610l.beans.streams - package edu.ucf.cs.courses.cop4610l.beans.streams
 
edu.ucf.cs.courses.cop4610l.beans.test - package edu.ucf.cs.courses.cop4610l.beans.test
 

F

findKey(String) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
This method does the following: Loads keystore if it exists on disk.
fireStreamConstructed(StreamConstructedEvent) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
 
fireStringConstructed(StringConstructedEvent) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
 
fireTransformCompleted(TransformCompletedEvent) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
 

G

generateKey(String) - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 
getBeanDescriptor() - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.CryptoBeanInfo
Provides a nice description for tool tips.
getBeanDescriptor() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStreamBeanInfo
Provides a nice description for tool tips.
getBeanDescriptor() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo
Provides a nice description for tool tips.
getIcon(int) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.CryptoBeanInfo
Custom icons for builder tools.
getIcon(int) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStreamBeanInfo
Custom icons for builder tools.
getIcon(int) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo
Custom icons for builder tools.
getMethodDescriptors() - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.CryptoBeanInfo
This class is used to restrict the methods that the builder tool displays.
getMethodDescriptors() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStreamBeanInfo
This class is used to restrict the methods that the builder tool displays.
getMethodDescriptors() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo
This class is used to restrict the methods that the builder tool displays.
getStream() - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedEvent
 
getStream() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
There is only a getter method for this property since it is read-only.
getStream() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedEvent
 
getString() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
There is only a getter method for this property since it is read-only.
getString() - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedEvent
 
getSymmetricCipherName() - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
 
getSymmetricTransformedStream() - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
There is only a getter method for this property since it is read-only.

K

KEY_PASSWORD - Static variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Password for individual keys in the keystore.
KEY_PREFIX - Static variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Prefix for all keys created by beans of this type.
KEYSTORE_FILENAME - Static variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Filename of the keystore of type "JCEKS" which holds all keys generated by any beans of this type.
KEYSTORE_PASSWORD - Static variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Password for keystore in KEYSTORE_FILENAME.
KeyStoreTest - class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest.
 
KeyStoreTest() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 

L

listeners - Variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
Listeners of TransformCompletedEvents.
listeners - Variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
 
listeners - Variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
Listeners of StringConstructedEvents.
loadKeyStore(String, String) - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 

M

main(String[]) - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
main(String[]) - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 

R

removeStreamConstructedListener(StreamConstructedListener) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
 
removeStringConstructedListener(StringConstructedListener) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
 
removeTransformCompletedListener(TransformCompletedListener) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
 

S

setKey(Key, String, String, KeyStore) - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 
setStream(InputStream) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedEvent
 
setStream(InputStream) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedEvent
 
setString(String) - Method in class edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedEvent
 
setSymmetricCipherName(String) - Method in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
 
storeKeyStore(KeyStore, String, String) - Static method in class edu.ucf.cs.courses.cop4610l.beans.test.KeyStoreTest
 
stream - Variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedEvent
 
stream - Variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
 
stream - Variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedEvent
 
streamConstructed(StreamConstructedEvent) - Method in interface edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedListener
When this method is called on listeners, the stream is ready to be consumed.
StreamConstructedEvent - class edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedEvent.
An event that encapsulates a piped input stream.
StreamConstructedEvent(Object, InputStream) - Constructor for class edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedEvent
 
StreamConstructedListener - interface edu.ucf.cs.courses.cop4610l.beans.streams.StreamConstructedListener.
Interface that listeners must implement to hear stream construction events.
StreamToString - class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString.
A JavaBean that puts the contents of a InputStream into a String object.
StreamToString() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
 
StreamToStringBeanInfo - class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo.
 
StreamToStringBeanInfo() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToStringBeanInfo
 
string - Variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StreamToString
The string created from the input stream.
string - Variable in class edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedEvent
 
stringConstructed(StringConstructedEvent) - Method in interface edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedListener
When this method is called on listeners, the string has been created.
StringConstructedEvent - class edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedEvent.
An event that encapsulates a string.
StringConstructedEvent(Object, String) - Constructor for class edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedEvent
 
StringConstructedListener - interface edu.ucf.cs.courses.cop4610l.beans.streams.StringConstructedListener.
Interface that listeners must implement to hear string construction events.
StringToStream - class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream.
A JavaBean that puts the contents of a String into a InputStream.
StringToStream() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStream
 
StringToStreamBeanInfo - class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStreamBeanInfo.
 
StringToStreamBeanInfo() - Constructor for class edu.ucf.cs.courses.cop4610l.beans.streams.StringToStreamBeanInfo
 
symmetricCipherName - Variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
The symmetric algorithm for this bean to use (default is "DES").
symmetricTransformedStream - Variable in class edu.ucf.cs.courses.cop4610l.beans.crypto.Crypto
The stream that is consumed by listeners when a TransformCompletedEvent is fired.

T

toStream - Variable in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
toStream_streamConstructed(StreamConstructedEvent) - Method in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
toString - Variable in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
toString_stringConstructed(StringConstructedEvent) - Method in class edu.ucf.cs.courses.cop4610l.beans.test.ClearToCipherTest
 
transformCompleted(TransformCompletedEvent) - Method in interface edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedListener
When this method is called on listeners, the transformed stream is ready to be consumed.
TransformCompletedEvent - class edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedEvent.
An event that encapsulates a piped input stream.
TransformCompletedEvent(Object, InputStream) - Constructor for class edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedEvent
 
TransformCompletedListener - interface edu.ucf.cs.courses.cop4610l.beans.crypto.TransformCompletedListener.
Interface that listeners must implement to hear transformation (i.e.

A B C D E F G K L M R S T