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
E
- EmptyFrameException - Exception in steganography.video.exceptions
- EmptyFrameException() - Constructor for exception steganography.video.exceptions.EmptyFrameException
- EmptyFrameException(String) - Constructor for exception steganography.video.exceptions.EmptyFrameException
- encode(byte[]) - Method in class steganography.audio.LSBChanger
-
Takes the byte array message and writes the message into the least significant bits of the byte array carrier using the overlay given in the constructor.
If the message is null, nothing will change. - encode(byte[]) - Method in class steganography.image.encoders.BuffImgEncoder
-
Encodes the payload in the sequence of pixels provided by the overlay given to the constructor.
- encode(byte[]) - Method in class steganography.image.encoders.PixelBit
- encode(byte[], byte[]) - Method in class steganography.audio.mp3.MP3Steganography
-
Conceals the given payload in the carrier (which is an mp3 file) using a default seed.
- encode(byte[], byte[]) - Method in class steganography.image.AnimatedGif
- encode(byte[], byte[]) - Method in class steganography.image.ImageSteg
- encode(byte[], byte[]) - Method in interface steganography.Steganography
-
Encodes the given payload in the given carrier (image, mp3, ...) and returns the result.
- encode(byte[], byte[]) - Method in class steganography.video.VideoSteg
-
Use
setMaxEncodingThreads(int)
andsetMaxDecodingThreads(int)
to enable multithreading (by default single threaded). - encode(byte[], byte[], long) - Method in class steganography.audio.mp3.MP3Steganography
-
Conceals the given payload in the carrier (which is an mp3 file) using the given seed.
- encode(byte[], byte[], long) - Method in class steganography.image.AnimatedGif
-
Encodes a payload into the frames of an animated Gif and returns a gif
- encode(byte[], byte[], long) - Method in class steganography.image.ImageSteg
- encode(byte[], byte[], long) - Method in interface steganography.Steganography
-
Encodes the given payload in the given carrier (image, mp3, ...) and returns the result.
- encode(byte[], byte[], long) - Method in class steganography.video.VideoSteg
-
Use
setMaxEncodingThreads(int)
andsetMaxDecodingThreads(int)
to enable multithreading (by default single threaded). - Encode - Class in steganography.video
- Encode() - Constructor for class steganography.video.Encode
- encodeAndPost(APINames, String, byte[], byte[], MediaType) - Method in interface socialmediasteganography.SocialMediaSteganography
-
Encodes payload in carrier and posts the result to socialMedia
- encodeAndPost(APINames, String, byte[], byte[], MediaType) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
- encodeAndPost(APINames, String, byte[], byte[], MediaType, Token) - Method in interface socialmediasteganography.SocialMediaSteganography
-
Loads carrier from file path and uses encodeAndPost
- encodeAndPost(APINames, String, byte[], byte[], MediaType, Token) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
- encodeAndPost(APINames, String, String, byte[], MediaType) - Method in interface socialmediasteganography.SocialMediaSteganography
-
Loads carrier from file path and uses encodeAndPost
- encodeAndPost(APINames, String, String, byte[], MediaType) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
- encodeCarrier(byte[], byte[], MediaType) - Method in interface socialmediasteganography.SocialMediaSteganography
-
Encodes payload into carrier for a given mediatype
- encodeCarrier(byte[], byte[], MediaType) - Method in class socialmediasteganography.SocialMediaSteganographyImpl
- encodeFrames(List<byte[]>) - Method in interface steganography.video.encoders.IEncoder
-
Encodes a List of images to a Video
- encodeFrames(List<byte[]>) - Method in class steganography.video.encoders.VideoEncoder
-
Encode a list of images to a video
All Classes All Packages