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

/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java36 private int gatewayType; field in class:IPSECKEYRecord
51 * @param gatewayType The record's gateway type.
58 int gatewayType, int algorithmType, Object gateway,
63 this.gatewayType = checkU8("gatewayType", gatewayType);
65 switch (gatewayType) {
91 throw new IllegalArgumentException("\"gatewayType\" " +
101 gatewayType = in.readU8();
103 switch (gatewayType) {
57 IPSECKEYRecord(Name name, int dclass, long ttl, int precedence, int gatewayType, int algorithmType, Object gateway, byte [] key) argument
[all...]

Completed in 101 milliseconds