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, getTagNopublic 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 DEREncodableencode in class DERTaggedObjectIOExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.