A B C D E F G H I J L M N O P R S T U V W Y 
All Classes All Packages

M

main(String[]) - Static method in class socialmediasteganography.App
 
main(String[]) - Static method in class steganography.video.Decode
 
main(String[]) - Static method in class steganography.video.Encode
 
main(String[]) - Static method in class steganography.video.Main
 
Main - Class in steganography.video
 
Main() - Constructor for class steganography.video.Main
 
MediaCapacityException - Exception in steganography.exceptions
Thrown if the medias capacity is too small to fit the message to hide
MediaCapacityException() - Constructor for exception steganography.exceptions.MediaCapacityException
 
MediaCapacityException(String) - Constructor for exception steganography.exceptions.MediaCapacityException
 
MediaNotFoundException - Exception in steganography.exceptions
Thrown if the attempt to read a certain type of media failed.
MediaNotFoundException() - Constructor for exception steganography.exceptions.MediaNotFoundException
 
MediaNotFoundException(String) - Constructor for exception steganography.exceptions.MediaNotFoundException
 
MediaReassemblingException - Exception in steganography.exceptions
Thrown if the media could not be reassembled successfully after encoding a message in it.
MediaReassemblingException() - Constructor for exception steganography.exceptions.MediaReassemblingException
 
MediaReassemblingException(String) - Constructor for exception steganography.exceptions.MediaReassemblingException
 
MediaType - Enum in apis
 
MP3 - apis.MediaType
 
mp3Bytes - Variable in class steganography.audio.overlays.MP3SequenceOverlay
The byte array containing the mp3 file
MP3File - Class in steganography.audio.mp3
This class represents an MP3 file.
MP3File(byte[]) - Constructor for class steganography.audio.mp3.MP3File
This constructs an MP3File object with the given bytes.
MP3Overlays - Enum in steganography.audio.overlays
This enum contains every overlay that can be used to encode or decode messages into or from MP3 files.
MP3SequenceOverlay - Class in steganography.audio.overlays
This class returns the data bytes of an MP3 file in order.
MP3SequenceOverlay(byte[], long) - Constructor for class steganography.audio.overlays.MP3SequenceOverlay
Adds a sequence overlay to a given byte array containing an MP3 file.
MP3ShuffleOverlay - Class in steganography.audio.overlays
This class returns the MP3 data bytes randomized according to a seed.
MP3ShuffleOverlay(byte[], long) - Constructor for class steganography.audio.overlays.MP3ShuffleOverlay
Adds a shuffle overlay to a given byte array containing an MP3 file.
MP3Steganography - Class in steganography.audio.mp3
This class can encode and decode messages from a byte array containing an MP3 audio file using an overlay.
MP3Steganography() - Constructor for class steganography.audio.mp3.MP3Steganography
Creates an instance using the default overlay.
The default is MP3Overlays.SEQUENCE_OVERLAY.
MP3Steganography(MP3Overlays) - Constructor for class steganography.audio.mp3.MP3Steganography
Creates an instance using the MP3Overlay provided.
A B C D E F G H I J L M N O P R S T U V W Y 
All Classes All Packages