Uses of Enum Class
org.apache.sshd.common.util.io.der.ASN1Class
Packages that use ASN1Class
-
Uses of ASN1Class in org.apache.sshd.common.util.io.der
Fields in org.apache.sshd.common.util.io.der declared as ASN1ClassFields in org.apache.sshd.common.util.io.der with type parameters of type ASN1ClassMethods in org.apache.sshd.common.util.io.der that return ASN1ClassModifier and TypeMethodDescriptionstatic ASN1Class
ASN1Class.fromDERValue
(int value) The first byte in DER encoding is made of following fieldsstatic ASN1Class
static ASN1Class
ASN1Class.fromTypeValue
(int value) ASN1Object.getObjClass()
static ASN1Class
Returns the enum constant of this class with the specified name.static ASN1Class[]
ASN1Class.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 ASN1ClassConstructors in org.apache.sshd.common.util.io.der with parameters of type ASN1ClassModifierConstructorDescriptionASN1Object
(ASN1Class c, ASN1Type t, boolean ctored, int len, byte... data)