public final class com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse extends java.lang.Object
{
private static final int[] METHOD_ID;
public static final java.lang.String CHALLENGE_RESPONSE_QUESTIONS_TAG;
public static final java.lang.String CHALLENGE_RESPONSE_DATA_TAG;
private void <init>()
{
com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse v;
v := @this: com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static int[] getMethodId()
{
int[] v, v, v, v;
int v, v;
v = <com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse: int[] METHOD_ID>;
v = lengthof v;
v = newarray (int)[v];
v = <com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse: int[] METHOD_ID>;
v = <com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse: int[] METHOD_ID>;
v = lengthof v;
staticinvoke <java.lang.System: void arraycopy(java.lang.Object,int,java.lang.Object,int,int)>(v, 0, v, 0, v);
return v;
}
static void <clinit>()
{
int[] v;
v = newarray (int)[1];
v[0] = 31;
<com.novell.ldapchai.impl.edir.entry.ext.NMASChallengeResponse: int[] METHOD_ID> = v;
return;
}
}