Uses of Enum Class
org.apache.sshd.common.util.io.der.ASN1Type
Packages that use ASN1Type
-
Uses of ASN1Type in org.apache.sshd.common.util.io.der
Fields in org.apache.sshd.common.util.io.der declared as ASN1TypeFields in org.apache.sshd.common.util.io.der with type parameters of type ASN1TypeMethods in org.apache.sshd.common.util.io.der that return ASN1TypeModifier and TypeMethodDescriptionstatic ASN1Type
ASN1Type.fromDERValue
(int value) The first byte in DER encoding is made of following fieldsstatic ASN1Type
static ASN1Type
ASN1Type.fromTypeValue
(int value) ASN1Object.getObjType()
static ASN1Type
Returns the enum constant of this class with the specified name.static ASN1Type[]
ASN1Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.common.util.io.der with parameters of type ASN1TypeConstructors in org.apache.sshd.common.util.io.der with parameters of type ASN1TypeModifierConstructorDescriptionASN1Object
(ASN1Class c, ASN1Type t, boolean ctored, int len, byte... data)