Bouncy Castle Cryptography 1.22

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.


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, getData, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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()

Bouncy Castle Cryptography 1.22