| Modifier and Type | Class and Description |
|---|---|
static class |
DERTaggedObject.TagClass |
DER_CONSTRUCTED_FLAG| Constructor and Description |
|---|
DERTaggedObject(DERTaggedObject.TagClass tagClass,
boolean primitive,
int tagNumber,
DERObject value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded() |
boolean |
isPrimitive()
Whether the object is encoded as ASN.1 primitive (see 3.10 "primitive encoding").
|
public DERTaggedObject(DERTaggedObject.TagClass tagClass, boolean primitive, int tagNumber, DERObject value)
public byte[] getEncoded()
getEncoded in interface DERObjectpublic boolean isPrimitive()
DERObjectisPrimitive in interface DERObjecttrue if the object encodes its value directlyCopyright © 2022. All rights reserved.