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