|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.UserAttributeSubpacket
org.bouncycastle.bcpg.attr.ImageAttribute
public class ImageAttribute
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 |
---|
public ImageAttribute(byte[] data)
Method Detail |
---|
public int version()
public int getEncoding()
public byte[] getImageData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |