Searched refs:AUTH_RESERVED_FIELD_LEN (Results 1 – 1 of 1) sorted by relevance
43 private static final int AUTH_RESERVED_FIELD_LEN = 3; field in IkeAuthPayload74 byte[] reservedField = new byte[AUTH_RESERVED_FIELD_LEN]; in getIkeAuthPayload()117 byteBuffer.put((byte) authMethod).put(new byte[AUTH_RESERVED_FIELD_LEN]); in encodeToByteBuffer()