public class UserAttributeSubpacket extends Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
data |
Modifier | Constructor and Description |
---|---|
protected |
UserAttributeSubpacket(int type,
boolean forceLongLength,
byte[] data) |
protected |
UserAttributeSubpacket(int type,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
void |
encode(OutputStream out) |
boolean |
equals(Object o) |
byte[] |
getData()
return the generic data making up the packet.
|
int |
getType() |
int |
hashCode() |
protected UserAttributeSubpacket(int type, byte[] data)
protected UserAttributeSubpacket(int type, boolean forceLongLength, byte[] data)
public int getType()
public byte[] getData()
public void encode(OutputStream out) throws IOException
IOException
Copyright © 2017 BouncyCastle.org. All rights reserved.