org.bouncycastle.bcpg.attr
Class ImageAttribute
java.lang.Object
org.bouncycastle.bcpg.UserAttributeSubpacket
org.bouncycastle.bcpg.attr.ImageAttribute
public class ImageAttribute
- extends UserAttributeSubpacket
Basic type for a image attribute packet.
Field Summary |
static int |
JPEG
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JPEG
public static final int JPEG
- See Also:
- Constant Field Values
ImageAttribute
public ImageAttribute(byte[] data)
ImageAttribute
public ImageAttribute(int imageType,
byte[] imageData)
version
public int version()
getEncoding
public int getEncoding()
getImageData
public byte[] getImageData()