Searched refs:pADataType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DPAData.java58 private int pADataType; field in class:PAData
67 pADataType = new_pADataType;
75 new_pAData.pADataType = pADataType;
97 this.pADataType = der.getData().getBigInteger().intValue();
121 temp.putInteger(pADataType);
134 return pADataType;
264 .append(pADataType).append('\n');
266 switch(pADataType) {

Completed in 54 milliseconds