org.bouncycastle.asn1

Class DERUnknownTag

public class DERUnknownTag extends DERObject

We insert one of these when we find a tag we don't recognise.
Constructor Summary
DERUnknownTag(int tag, byte[] data)
Method Summary
booleanequals(Object o)
byte[]getData()
intgetTag()
inthashCode()

Constructor Detail

DERUnknownTag

public DERUnknownTag(int tag, byte[] data)

Parameters: tag the tag value. data the octets making up the time.

Method Detail

equals

public boolean equals(Object o)

getData

public byte[] getData()

getTag

public int getTag()

hashCode

public int hashCode()