| Modifier and Type | Field and Description |
|---|---|
static byte |
DER_IA5STRING_TAG |
static byte |
DER_PRINTABLESTRING_TAG |
static byte |
DER_UTF8STRING_TAG |
DER_CONSTRUCTED_FLAG| Constructor and Description |
|---|
DEROctetString(byte tag,
String 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 static final byte DER_UTF8STRING_TAG
public static final byte DER_PRINTABLESTRING_TAG
public static final byte DER_IA5STRING_TAG
public DEROctetString(byte tag,
String 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.