Searched defs:adType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DAuthorizationDataEntry.java39 public int adType; field in class:AuthorizationDataEntry
48 adType = new_adType;
55 new_authorizationDataEntry.adType = adType;
75 adType = der.getData().getBigInteger().intValue();
99 temp.putInteger(adType);
116 cos.write16(adType);
122 return ("adType=" + adType + " adData.length=" + adData.length);

Completed in 29 milliseconds