public interface DERObject
| Modifier and Type | Field and Description |
|---|---|
static byte |
DER_CONSTRUCTED_FLAG |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded() |
boolean |
isPrimitive()
Whether the object is encoded as ASN.1 primitive (see 3.10 "primitive encoding").
|
static final byte DER_CONSTRUCTED_FLAG
byte[] getEncoded()
boolean isPrimitive()
true if the object encodes its value directlyCopyright © 2022. All rights reserved.