Uses of Class
org.apache.sshd.common.util.io.der.ASN1Class
-
Packages that use ASN1Class Package Description org.apache.sshd.common.util.io.der -
-
Uses of ASN1Class in org.apache.sshd.common.util.io.der
Fields in org.apache.sshd.common.util.io.der with type parameters of type ASN1Class Modifier and Type Field Description static List<ASN1Class>ASN1Class. VALUESMethods in org.apache.sshd.common.util.io.der that return ASN1Class Modifier and Type Method Description static ASN1ClassASN1Class. fromDERValue(int value)The first byte in DER encoding is made of following fieldsstatic ASN1ClassASN1Class. fromName(String s)static ASN1ClassASN1Class. fromTypeValue(int value)ASN1ClassASN1Object. getObjClass()static ASN1ClassASN1Class. 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.Methods in org.apache.sshd.common.util.io.der with parameters of type ASN1Class Modifier and Type Method Description voidASN1Object. setObjClass(ASN1Class c)Constructors in org.apache.sshd.common.util.io.der with parameters of type ASN1Class Constructor Description ASN1Object(ASN1Class c, ASN1Type t, boolean ctored, int len, byte... data)
-