| Package | Description |
|---|---|
| org.tomitribe.churchkey.asn1 |
| Modifier and Type | Method and Description |
|---|---|
static Asn1Type |
Asn1Type.fromConstant(int value) |
Asn1Type |
Asn1Object.getType() |
static Asn1Type |
Asn1Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Asn1Type[] |
Asn1Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
Asn1Object.assertType(Asn1Type type) |
boolean |
Asn1Object.isType(Asn1Type type) |
| Constructor and Description |
|---|
Asn1Object(Asn1Class c,
Asn1Type t,
boolean ctored,
int len,
byte... data) |
Copyright © 2014-2021 Tomitribe Corporation. All Rights Reserved.