public class BERTaggedObject extends DERTaggedObject
empty, explicit, obj, tag
Constructor and Description |
---|
BERTaggedObject(boolean explicit,
int tag,
DEREncodable obj) |
BERTaggedObject(int tag,
DEREncodable obj) |
Modifier and Type | Method and Description |
---|---|
void |
encode(ASN1OutputStream out) |
getObject, getOctets, getTagNo
public BERTaggedObject(int tag, DEREncodable obj)
tag
- the tag number for this object.obj
- the tagged object.public BERTaggedObject(boolean explicit, int tag, DEREncodable obj)
explicit
- true
if an explicitly tagged object.tag
- the tag number for this object.obj
- the tagged object.public void encode(ASN1OutputStream out) throws IOException
encode
in interface DEREncodable
encode
in class DERTaggedObject
IOException
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.