Package | Description |
---|---|
org.apache.sshd.common.util.io.der |
Modifier and Type | Field and Description |
---|---|
static List<ASN1Class> |
ASN1Class.VALUES |
Modifier and Type | Method and Description |
---|---|
static ASN1Class |
ASN1Class.fromDERValue(int value)
The first byte in DER encoding is made of following fields
|
static ASN1Class |
ASN1Class.fromName(String s) |
static ASN1Class |
ASN1Class.fromTypeValue(int value) |
ASN1Class |
ASN1Object.getObjClass() |
static ASN1Class |
ASN1Class.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASN1Class[] |
ASN1Class.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.setObjClass(ASN1Class c) |
Constructor and Description |
---|
ASN1Object(ASN1Class c,
ASN1Type t,
boolean ctored,
int len,
byte... data) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.