Package 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
Fields Modifier and Type Field Description static int
JPEG
-
Fields inherited from class org.bouncycastle.bcpg.UserAttributeSubpacket
data
-
-
Constructor Summary
Constructors Constructor Description ImageAttribute(boolean forceLongLength, byte[] data)
ImageAttribute(byte[] data)
ImageAttribute(int imageType, byte[] imageData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEncoding()
byte[]
getImageData()
int
version()
-
-
-
Field Detail
-
JPEG
public static final int JPEG
- See Also:
- Constant Field Values
-
-