| Package | Description |
|---|---|
| com.bigchaindb.cryptoconditions.der |
| Modifier and Type | Method | Description |
|---|---|---|
static DERTags |
DERTags.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DERTags[] |
DERTags.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
DERInputStream.readTag(int expectedTag,
AtomicInteger bytesRead,
DERTags... flags) |
|
int |
DERInputStream.readTag(AtomicInteger bytesRead,
DERTags... expectedFlags) |
|
void |
DEROutputStream.writeTag(DERTags tag,
int index) |
Copyright © 2018. All rights reserved.