org.bouncycastle.bcpg.attr

Class 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

Constructor Details

ImageAttribute

public ImageAttribute(byte[] data)

Method Details

getEncoding

public int getEncoding()

getImageData

public byte[] getImageData()

version

public int version()