Package | Description |
---|---|
org.apache.sshd.common.util.io.der |
Modifier and Type | Field and Description |
---|---|
private ASN1Type |
ASN1Object.objType |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ASN1Type> |
ASN1Type.VALUES |
Modifier and Type | Method and Description |
---|---|
static ASN1Type |
ASN1Type.fromDERValue(int value)
The first byte in DER encoding is made of following fields
|
static ASN1Type |
ASN1Type.fromName(java.lang.String s) |
static ASN1Type |
ASN1Type.fromTypeValue(int value) |
ASN1Type |
ASN1Object.getObjType() |
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 |
---|---|
void |
ASN1Object.setObjType(ASN1Type y) |
Constructor and Description |
---|
ASN1Object(ASN1Class c,
ASN1Type t,
boolean ctored,
int len,
byte... data) |