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
All Classes All Packages
All Classes All Packages
D
- DAILYMOTION - apis.models.APINames
- dataByteOrder - Variable in class steganography.audio.overlays.MP3SequenceOverlay
-
The (modified) order of data bytes
- decode(byte[]) - Method in class steganography.audio.mp3.MP3Steganography
-
Attempts to retrieve a hidden message from the given byte array (which contains an mp3 file) using the default seed.
- decode(byte[]) - Method in class steganography.image.AnimatedGif
- decode(byte[]) - Method in class steganography.image.ImageSteg
-
Decodes a hidden message in the given steganographicData (an image) and returns it as a byte array.
- decode(byte[]) - Method in interface steganography.Steganography
-
Decodes a hidden message in the given steganographicData and returns it as a byte array.
- decode(byte[]) - Method in class steganography.video.VideoSteg
-
Extract the hidden Payload from a Steganographic Video
- decode(byte[], long) - Method in class steganography.audio.mp3.MP3Steganography
-
Attempts to retrieve a hidden message from the given byte array (which contains an mp3 file) using the given seed.
- decode(byte[], long) - Method in class steganography.image.AnimatedGif
-
Decodes a payload from an animated GIF
- decode(byte[], long) - Method in class steganography.image.ImageSteg
-
Decodes a hidden message in the given steganographicData (an image) and returns it as a byte array.
- decode(byte[], long) - Method in interface steganography.Steganography
-
Decodes a hidden message in the given steganographicData and returns it as a byte array.
- decode(byte[], long) - Method in class steganography.video.VideoSteg
-
Extract the hidden Payload from a Steganographic Video using a custom seed
- decode(int) - Method in class steganography.audio.LSBChanger
-
Reads a message from this overlays byte array until length bytes have been read.
- decode(int) - Method in class steganography.image.encoders.BuffImgEncoder
-
Decodes pixels in the sequence provided by the overlay (given to the constructor) according to its algorithm.
- decode(int) - Method in class steganography.image.encoders.PixelBit
- Decode - Class in steganography.video
- Decode() - Constructor for class steganography.video.Decode
- decodeCarrier(MediaType, byte[]) - Method in interface socialmediasteganography.SocialMediaSteganography
-
Decodes hidden payload from carrier
- decodeCarrier(MediaType, byte[]) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
- decodeRaw(int, byte[]) - Method in class steganography.image.ImageSteg
-
Interprets an amount of (length * 8) pixels as a hidden message and returns it as a byte array.
- decodeRaw(int, byte[], long) - Method in class steganography.image.ImageSteg
-
Interprets an amount of (length * 8) pixels as a hidden message and returns it as a byte array.
- decodeVideoToFrames(int) - Method in interface steganography.video.encoders.IDecoder
-
Decode a Video to single Pictures (that can be read as Buff Images) as byte[]
- decodeVideoToFrames(int) - Method in class steganography.video.encoders.VideoDecoder
-
Decode a Video into a list of single Pictures that can be encoded
- DEFAULT_INTERVALL - Static variable in class apis.SocialMedia
- DEFAULT_SEED - Static variable in class steganography.image.ImageSteg
All Classes All Packages