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

/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java37 private int algorithmType; field in class:IPSECKEYRecord
52 * @param algorithmType The record's algorithm type.
58 int gatewayType, int algorithmType, Object gateway,
64 this.algorithmType = checkU8("algorithmType", algorithmType);
102 algorithmType = in.readU8();
127 algorithmType = st.getUInt8();
157 sb.append(algorithmType);
194 return algorithmType;
57 IPSECKEYRecord(Name name, int dclass, long ttl, int precedence, int gatewayType, int algorithmType, Object gateway, byte [] key) argument
[all...]

Completed in 28 milliseconds