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

S

saveColorTable(byte[]) - Method in class steganography.image.encoders.GIFTableDecoder
This Method extracts the color table of a gif and transforms it into an int-array.
saveEncodedPicture(byte[], byte[], MediaType, String) - Method in interface socialmediasteganography.SocialMediaSteganography
Save encoded Media to given path as a file
saveEncodedPicture(byte[], byte[], MediaType, String) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
 
saveEncodePicture(String, MediaType, byte[], String) - Method in interface socialmediasteganography.SocialMediaSteganography
Load Media from a file and save encoded Media to given path as a file
saveEncodePicture(String, MediaType, byte[], String) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
 
SEQUENCE_OVERLAY - steganography.audio.overlays.MP3Overlays
Goes through MP3 files and reads from (or writes to) data bytes in order
sequenceDistribution(List<byte[]>, byte[]) - Static method in class steganography.util.ImageSequenceUtils
Takes a payload and splits it in parts that fit in each image List entry is null if no payload split is present for the image
SequenceOverlay - Class in steganography.image.overlays
This class returns Pixels of the underlying Bitmap in order from top left (x=0, y=0) to bottom right (x=bitmap.getWidth(), y=bitmap.getHeight()).
SequenceOverlay(BufferedImage) - Constructor for class steganography.image.overlays.SequenceOverlay
Creates a SequenceOverlay that returns Pixels of the underlying BufferedImage in order from top left (x=0, y=0) to bottom right (x=bitmap.getWidth(), y=bitmap.getHeight()).
sequenzGIF(byte[][]) - Method in class steganography.image.GIFMakerImageIO
Creates a GIF from several single gif.
sequenzGIF(byte[][]) - Method in interface steganography.image.IGIFMaker
Sequenzes several frames to a single GIF
sequenzGIFImageIO(byte[][]) - Method in class steganography.image.GIFMakerImageIO
Deprecated.
setAccessToken(String) - Method in class apis.models.Token
 
setAccessTokenSecret(String) - Method in class apis.models.Token
 
setApiKey(String) - Static method in class apis.tumblr.Tumblr
sets Application Consumer key which is needed to access Tumblr API
setApiSecret(String) - Static method in class apis.tumblr.Tumblr
sets Application Secret which is needed to access Tumblr API
setAudioFile(File) - Method in class steganography.video.Video
Set the audio file of the Video
setBlogname(String) - Method in class apis.SocialMedia
 
setBlogname(String) - Method in class apis.tumblr.Tumblr
set blogname
setByte(byte) - Method in interface steganography.audio.overlays.AudioOverlay
Sets the current byte to the given value.
setByte(byte) - Method in class steganography.audio.overlays.MP3SequenceOverlay
 
setDebug(boolean) - Method in class steganography.video.VideoSteg
 
setFfmpegBin(File) - Method in class steganography.video.VideoSteg
If another version or a different distribution of ffmpeg or ffprobe should be used you can set the File path here.
setJsonPersistentHelper(JSONPersistentHelper) - Method in class persistence.JSONPersistentManager
 
setLastTimeCheckedForAPI(APINames, long) - Method in class persistence.JSONPersistentManager
 
setMaxDecodingThreads(int) - Method in class steganography.video.VideoSteg
Set the number of threads used to decode the pictures WARNING very memory expensive might overflow max JVM heap VM option: -Xmx might help By default using 1 Threads To use multithreading set maxDecodingThreads higher than 1
setMaxEncodingThreads(int) - Method in class steganography.video.VideoSteg
Set the number of threads used to encode the pictures WARNING very memory expensive might overflow max JVM heap VM option: -Xmx might help By default using 1 Threads To use multithreading set maxEncodingThreads higher than 1
setNumberOfChannels(int) - Method in class steganography.image.encoders.PixelBit
Sets the number of color channels this algorithm is choosing from to encode data.
setPixel(int) - Method in interface steganography.image.overlays.PixelCoordinateOverlay
Sets the current pixel to the given value
setPixel(int) - Method in class steganography.image.overlays.SequenceOverlay
 
setPtsList(List<Long>) - Method in class steganography.video.Video
Set pts
setSeed(Long) - Method in interface socialmediasteganography.SocialMediaSteganography
Set the seed for decoding or encoding
setSeed(Long) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
 
setToken(Token) - Method in class apis.SocialMedia
 
setToken(Token) - Method in class apis.tumblr.Tumblr
set O Auth 1 Token to access Tumblr API
SHUFFLE_OVERLAY - steganography.audio.overlays.MP3Overlays
Goes through MP3 files and reads from (or writes to) shuffled data bytes according to a seed
shuffleDistribution() - Static method in class steganography.util.ImageSequenceUtils
 
ShuffleOverlay - Class in steganography.image.overlays
This class returns Pixels of the underlying BufferedImage in a random order determined by the seed that is given to its constructor
ShuffleOverlay(BufferedImage, long) - Constructor for class steganography.image.overlays.ShuffleOverlay
Creates a ShuffleOverlay that returns Pixels of the underlying BufferedImage in a random order determined by the seed that is given to its constructor.
shufflePixelOrder() - Method in class steganography.image.overlays.ShuffleOverlay
Randomization of the already created overlay.
sizeOfGlobColTbl - Variable in class steganography.image.encoders.GifDecoder.GifImage
 
SocialMedia - Class in apis
 
SocialMedia() - Constructor for class apis.SocialMedia
 
SocialMediaListener - Interface in apis
 
socialmediasteganography - package socialmediasteganography
 
SocialMediaSteganography - Interface in socialmediasteganography
 
SocialMediaSteganographyException - Exception in socialmediasteganography
 
SocialMediaSteganographyException() - Constructor for exception socialmediasteganography.SocialMediaSteganographyException
 
SocialMediaSteganographyException(String) - Constructor for exception socialmediasteganography.SocialMediaSteganographyException
 
SocialMediaSteganographyImpl - Class in socialmediasteganography
 
SocialMediaSteganographyImpl() - Constructor for class socialmediasteganography.SocialMediaSteganographyImpl
 
sortFlag - Variable in class steganography.image.encoders.GifDecoder.GifImage
 
splitGIF(byte[]) - Method in class steganography.image.GIFMakerImageIO
 
splitGIF(byte[]) - Method in interface steganography.image.IGIFMaker
Splits the GIF into singular Frames
splitGifImageIO(byte[]) - Method in class steganography.image.GIFMakerImageIO
Deprecated.
startSearch() - Method in class apis.SocialMedia
 
startSearch() - Method in class apis.tumblr.Tumblr
 
steganography - package steganography
 
Steganography - Interface in steganography
 
steganography.audio - package steganography.audio
 
steganography.audio.exception - package steganography.audio.exception
 
steganography.audio.mp3 - package steganography.audio.mp3
 
steganography.audio.overlays - package steganography.audio.overlays
 
steganography.exceptions - package steganography.exceptions
 
steganography.image - package steganography.image
 
steganography.image.encoders - package steganography.image.encoders
 
steganography.image.exceptions - package steganography.image.exceptions
 
steganography.image.overlays - package steganography.image.overlays
 
steganography.util - package steganography.util
 
steganography.video - package steganography.video
 
steganography.video.encoders - package steganography.video.encoders
 
steganography.video.exceptions - package steganography.video.exceptions
 
stopSearch() - Method in class apis.SocialMedia
 
stopSearch() - Method in class apis.tumblr.Tumblr
 
subscribeToKeyword(String) - Method in class apis.SocialMedia
Subscribe to a keyword (Hashtag / Title / ...)
subscribeToKeyword(String) - Method in class apis.tumblr.Tumblr
search for keyword in tumblrposts
subscribeToSocialMedia(String, APINames) - Method in interface socialmediasteganography.SocialMediaSteganography
Subscribes a keyword to a social media
subscribeToSocialMedia(String, APINames) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
 
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