org.bouncycastle.bcpg.attr
Class ImageAttribute

java.lang.Object
  extended byorg.bouncycastle.bcpg.UserAttributeSubpacket
      extended byorg.bouncycastle.bcpg.attr.ImageAttribute

public class ImageAttribute
extends UserAttributeSubpacket

Basic type for a image attribute packet.


Field Summary
 
Fields inherited from class org.bouncycastle.bcpg.UserAttributeSubpacket
data
 
Constructor Summary
ImageAttribute(byte[] data)
           
 
Method Summary
 int getEncoding()
           
 byte[] getImageData()
           
 int version()
           
 
Methods inherited from class org.bouncycastle.bcpg.UserAttributeSubpacket
encode, equals, getData, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageAttribute

public ImageAttribute(byte[] data)
Method Detail

version

public int version()

getEncoding

public int getEncoding()

getImageData

public byte[] getImageData()